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

Update Dockerfile

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