Mahfujul commited on
Commit
197efe2
·
verified ·
1 Parent(s): 9d3d744

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 ["sh", "-c", "npm start && echo 'App is running on IP: $(hostname -i) Port: 7860'"]
 
22
  EXPOSE 7860
23
 
24
  # Command to run the application
25
+ CMD ["npm", "start"]