lalalic commited on
Commit
14f308d
·
verified ·
1 Parent(s): 5654f3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ ENV LIBROSA_CACHE_DIR=$HOME/caches
15
  USER root
16
  RUN chmod +x ./ffmpeg
17
  USER user
18
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "xtts:app"]
 
15
  USER root
16
  RUN chmod +x ./ffmpeg
17
  USER user
18
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "xtts:app", "--timeout", "120"]