fix: provide exact tsconfig path

This commit is contained in:
2023-05-18 19:51:41 +02:00
committed by GitHub
parent 1eddd33fbf
commit 72dc66a52e

View File

@@ -8,6 +8,6 @@ RUN npm install
COPY . .
RUN tsc --build || npx tsc --build
RUN tsc -p "./tsconfig.json" --build || npx tsc -p "./tsconfig.json" --build
CMD node dist/index.js
CMD node dist/index.js