fix: compile?

This commit is contained in:
2022-08-22 18:23:07 +02:00
parent f0213a5a56
commit 0b0c28d7ef

View File

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