Skip to content

Commit

Permalink
fix: docker entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
kallyas committed Aug 26, 2023
1 parent cff8427 commit 4861e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN npm install --production
EXPOSE 5000

# Start your Node.js server
CMD ["npm", "start"]
CMD ["node", "$(find src -name 'index.js')"]

0 comments on commit 4861e93

Please sign in to comment.