AsusHP commited on
Commit
17031db
·
1 Parent(s): e794ee0

fix the application name

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ COPY ./deploy /app
8
 
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app.py"]
 
8
 
9
  RUN pip install --no-cache-dir -r requirements.txt
10
 
11
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]