Anwarkh1 commited on
Commit
795ea3e
1 Parent(s): 04c588d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
  COPY . .
15
 
16
  # Command to run the Flask server with Gunicorn
17
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]
 
14
  COPY . .
15
 
16
  # Command to run the Flask server with Gunicorn
17
+ CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "main:app"]