diff --git a/Dockerfile b/Dockerfile index 39986e72..66cd6897 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ RUN npx patch-package COPY . . EXPOSE 3001 RUN npm run build -CMD ["npm", "start"] \ No newline at end of file +CMD ["node", "dist/start.js"] \ No newline at end of file