ioget commited on
Commit
e72dbf8
·
1 Parent(s): 8535b63
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 app:app"]
 
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