Skip to content

Commit

Permalink
fix docker cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodcloak committed Jan 7, 2025
1 parent 51c5dc2 commit 0854ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ EXPOSE 3000
ENV NODE_ENV=production
ENV IS_DOCKER=true

CMD ["npm", "run", "start"]
CMD ["node", "./dist/index.js"]

0 comments on commit 0854ec9

Please sign in to comment.