Mahfujul commited on
Commit
95502ef
·
verified ·
1 Parent(s): 5cc8a85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ COPY . .
22
  EXPOSE 7860
23
 
24
  # Command to run the application
25
- CMD ["npm", "start"]
 
22
  EXPOSE 7860
23
 
24
  # Command to run the application
25
+ CMD ["npm", "start", "--host", "0.0.0.0", "--port", "7860"]