Opera8 commited on
Commit
06a17c5
·
verified ·
1 Parent(s): c1d2f30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN mkdir -p downloads
15
 
16
  EXPOSE 7860
17
 
18
- CMD["gunicorn", "--workers", "2", "--threads", "4", "--timeout", "300", "--bind", "0.0.0.0:7860", "app:app"]
 
15
 
16
  EXPOSE 7860
17
 
18
+ CMD ["gunicorn", "--workers", "2", "--threads", "4", "--timeout", "300", "--bind", "0.0.0.0:7860", "app:app"]