mbarnig commited on
Commit
02344a6
·
verified ·
1 Parent(s): 886f1ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN npm run dev
17
 
18
  # Command to start the application
19
  # CMD ["npm", "run", "dev"]
20
- CMD [""]
21
 
22
  # Expose application's default port
23
- EXPOSE 3000
 
17
 
18
  # Command to start the application
19
  # CMD ["npm", "run", "dev"]
20
+ CMD ["--host", "0.0.0.0", "--port", "7860"]
21
 
22
  # Expose application's default port
23
+ EXPOSE 7860