FabienDanieau commited on
Commit
5a6321a
·
1 Parent(s): 90a4e25

remove --host

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -16,4 +16,5 @@ COPY src/ ./
16
  #EXPOSE 9090
17
 
18
  # Start the application with host 0.0.0.0 for Docker networking
19
- CMD ["npm", "start", "--", "--host", "0.0.0.0"]
 
 
16
  #EXPOSE 9090
17
 
18
  # Start the application with host 0.0.0.0 for Docker networking
19
+ CMD ["npm", "start"]
20
+ #, "--", "--host", "0.0.0.0"]