diff --git a/Dockerfile b/Dockerfile index a357b33..0d257cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ EXPOSE 3000 ENV NODE_ENV=production ENV IS_DOCKER=true -CMD ["npm", "run", "start"] \ No newline at end of file +CMD ["node", "./dist/index.js"] \ No newline at end of file