Artteiv commited on
Commit
5214eaa
·
1 Parent(s): ec8aeac

fix: wtf is going on

Browse files
Files changed (1) hide show
  1. backend/Dockerfile +1 -1
backend/Dockerfile CHANGED
@@ -26,4 +26,4 @@ EXPOSE 3000
26
 
27
  # Command to run the application
28
  ENTRYPOINT ["./entrypoint.sh"]
29
- CMD ["npm", "run", "start:prod"]
 
26
 
27
  # Command to run the application
28
  ENTRYPOINT ["./entrypoint.sh"]
29
+ CMD ["npm", "run", "start"]