Trần Viết Sơn commited on
Commit
8924841
·
1 Parent(s): 5214eaa

fix docker

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