Spaces:
Running
Running
Rename main.py back to app.py
Browse files- Dockerfile +1 -1
- main.py → app.py +0 -0
Dockerfile
CHANGED
|
@@ -22,4 +22,4 @@ ENV PYTHONUNBUFFERED=1
|
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
# Run with verbose logging
|
| 25 |
-
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "2", "--timeout", "120", "--access-logfile", "-", "--error-logfile", "-", "
|
|
|
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
# Run with verbose logging
|
| 25 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--workers", "2", "--timeout", "120", "--access-logfile", "-", "--error-logfile", "-", "app:app"]
|
main.py → app.py
RENAMED
|
File without changes
|