pg-13 commited on
Commit
d76c7bf
·
verified ·
1 Parent(s): 200f90c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,5 +8,5 @@ WORKDIR /app
8
  RUN pip install -r requirements.txt
9
  EXPOSE 5000
10
 
 
11
 
12
- CMD ["python3", "app.py"]
 
8
  RUN pip install -r requirements.txt
9
  EXPOSE 5000
10
 
11
+ CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]
12