diff --git a/Dockerfile b/Dockerfile index 8c56532..d81fe43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,4 @@ RUN npm install -g ts-node typescript COPY . . -RUN tsc --build - -CMD node dist/index.js \ No newline at end of file +CMD ts-node index.ts \ No newline at end of file