Update Dockerfile.TS.sern

This commit is contained in:
2023-09-01 16:23:20 +02:00
committed by GitHub
parent 9262ed8d55
commit c10d2aa1ca

View File

@@ -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