Mr-Thop commited on
Commit
74f6581
·
verified ·
1 Parent(s): 72bfa5d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ RUN mkdir -p \
32
  logs
33
 
34
  COPY --chown=user . /app
35
- CMD ["gunicorn", "app:app","--timeout", 180,"-w",3, "--bind", "0.0.0.0:7860"]
 
32
  logs
33
 
34
  COPY --chown=user . /app
35
+ CMD ["gunicorn", "app:app", "--timeout", "180", "-w", "3", "--bind", "0.0.0.0:7860"]