pg-13 commited on
Commit
6022947
β€’
1 Parent(s): dd893b3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,5 +7,5 @@ ADD . /workspace
7
 
8
  RUN pip install -r requirements.txt
9
 
10
- CMD [ "python" , "/workspace/app.py" , " β€” host", "0.0.0.0", " β€” port", "7860" ]
11
 
 
7
 
8
  RUN pip install -r requirements.txt
9
 
10
+ CMD [ "python" , "/workspace/app.py" , " β€” host", "127.0.0.1", " β€” port", "5000" ]
11