srbmihaicode commited on
Commit
8c830e3
·
verified ·
1 Parent(s): 39a25ca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,5 +11,5 @@ COPY --chown=user ./requirements.txt requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
 
13
  COPY --chown=user . /app
14
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app", "--capture-output"]
15
 
 
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
 
13
  COPY --chown=user . /app
14
+ CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]
15