Update Dockerfile
Browse files- 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"]
|