diff --git a/Dockerfile b/Dockerfile index e764fc3..b09c5ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +RUN tsc --build + +CMD node dist/index.js \ No newline at end of file