mpsk commited on
Commit
ec52e90
1 Parent(s): c3b1e2f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ RUN pip install --no-cache-dir -r ./requirements.txt
27
 
28
  EXPOSE 7860
29
 
30
- CMD ["flask" "run" "-p" "7860" "-h" "0.0.0.0"]
 
27
 
28
  EXPOSE 7860
29
 
30
+ CMD ["flask", "run", "-p", "7860", "-h", "0.0.0.0"]