diff --git a/Dockerfile b/Dockerfile index 01427c9..e764fc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ RUN npm install RUN npm install -g ts-node typescript +RUN tsc + COPY . . -CMD ts-node index.ts \ No newline at end of file +CMD node --experimental-specifier-resolution=node dist/index.js \ No newline at end of file