Spaces:
Sleeping
Sleeping
Auth
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,4 +30,4 @@ COPY app.py ./app.py
|
|
| 30 |
EXPOSE 7860
|
| 31 |
VOLUME ["/data"]
|
| 32 |
ENTRYPOINT ["tini", "--"]
|
| 33 |
-
CMD ["sh", "-c", "gunicorn app:app -k uvicorn.workers.UvicornWorker --bind 0.0.0.0:${PORT} --workers ${WEB_CONCURRENCY:-1} --timeout ${GUNICORN_TIMEOUT:-
|
|
|
|
| 30 |
EXPOSE 7860
|
| 31 |
VOLUME ["/data"]
|
| 32 |
ENTRYPOINT ["tini", "--"]
|
| 33 |
+
CMD ["sh", "-c", "gunicorn app:app -k uvicorn.workers.UvicornWorker --bind 0.0.0.0:${PORT} --workers ${WEB_CONCURRENCY:-1} --timeout ${GUNICORN_TIMEOUT:-600} --access-logfile - --error-logfile -"]
|