fixed the dockerfile

This commit is contained in:
2022-07-29 14:35:53 +02:00
parent eb0367f51e
commit 4035fc66cb

View File

@@ -10,6 +10,4 @@ RUN npm install -g ts-node typescript
COPY . .
RUN tsc --build
CMD node dist/index.js
CMD ts-node index.ts