Vinbor commited on
Commit
eb8af4c
1 Parent(s): de9a060
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  EXPOSE 5005
10
 
11
- CMD ["python", "app.py"]
 
8
 
9
  EXPOSE 5005
10
 
11
+ CMD ["python", "app.py", "--host", "0.0.0.0:5005"]