Spaces:
Sleeping
Sleeping
- Dockerfile +1 -1
- __pycache__/main.cpython-313.pyc +0 -0
- app/__pycache__/__init__.cpython-313.pyc +0 -0
- app.py → main.py +0 -0
Dockerfile
CHANGED
|
@@ -30,4 +30,4 @@ ENV PYTHONUNBUFFERED=1
|
|
| 30 |
ENV PORT=7860
|
| 31 |
|
| 32 |
# Production server (Spaces sets PORT, usually 7860)
|
| 33 |
-
CMD ["/bin/sh", "-c", "python scripts/prestart_download.py && exec gunicorn --bind 0.0.0.0:${PORT:-7860} --workers 1 --threads 2 --timeout 180 --graceful-timeout 60
|
|
|
|
| 30 |
ENV PORT=7860
|
| 31 |
|
| 32 |
# Production server (Spaces sets PORT, usually 7860)
|
| 33 |
+
CMD ["/bin/sh", "-c", "python scripts/prestart_download.py && exec gunicorn --bind 0.0.0.0:${PORT:-7860} --workers 1 --threads 2 --timeout 180 --graceful-timeout 60 main:app"]
|
__pycache__/main.cpython-313.pyc
ADDED
|
Binary file (36.9 kB). View file
|
|
|
app/__pycache__/__init__.cpython-313.pyc
ADDED
|
Binary file (394 Bytes). View file
|
|
|
app.py → main.py
RENAMED
|
File without changes
|