Mahfujul commited on
Commit
9444b94
1 Parent(s): 2c5ee36

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"]