ADITYA025 commited on
Commit
831420c
·
verified ·
1 Parent(s): 179e261

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ WORKDIR /app
17
  EXPOSE 7860
18
 
19
  # Start serve to host static files on all interfaces
20
- CMD ["serve", "-s", ".", "-l", "7860", "--host", "0.0.0.0"]
 
17
  EXPOSE 7860
18
 
19
  # Start serve to host static files on all interfaces
20
+ CMD ["serve", "-s", ".", "-l", "7860"]