Yakova commited on
Commit
4dc7f7e
·
verified ·
1 Parent(s): 428c6c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,5 +3,5 @@ FROM mbonea/whats-ramsey:0.0.1
3
  # Expose the port your application runs on
4
  EXPOSE 7860
5
 
6
- # Define the command to run the http-server to serve the "public" directory
7
- CMD ["http-server public -p 7860 & npm start"]
 
3
  # Expose the port your application runs on
4
  EXPOSE 7860
5
 
6
+ # Define the command to run the start script
7
+ CMD ["./start.sh"]