diff --git a/templates/extra/Dockerfile.TS.sern b/templates/extra/Dockerfile.TS.sern index da945c2..ee2654e 100644 --- a/templates/extra/Dockerfile.TS.sern +++ b/templates/extra/Dockerfile.TS.sern @@ -10,6 +10,6 @@ RUN npm install -D typescript COPY . . -RUN tsc --build || npx tsc -p "./tsconfig.json" --build +RUN tsc --build || npx -p typescript tsc --build CMD node dist/index.js