Edoruin commited on
Commit
c679c1d
·
1 Parent(s): 2ffb7dd

Rename main.py back to app.py

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. 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", "-", "main:app"]
 
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