From c10d2aa1ca40cd5a40f2d1d06bd412beda04f4a7 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:23:20 +0200 Subject: [PATCH] Update Dockerfile.TS.sern --- templates/extra/Dockerfile.TS.sern | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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