fix: dockerfile

This commit is contained in:
2022-08-22 18:28:25 +02:00
parent 0b0c28d7ef
commit 5d9911200e

View File

@@ -8,8 +8,8 @@ RUN npm install
RUN npm install -g ts-node typescript
RUN tsc
COPY . .
CMD node --experimental-specifier-resolution=node dist/index.js
RUN tsc --build
CMD node dist/index.js