mijtsma3 commited on
Commit
6ebc427
·
verified ·
1 Parent(s): 88d7683

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,4 +14,5 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  EXPOSE 7860
15
 
16
  # Run the application
17
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
 
 
14
  EXPOSE 7860
15
 
16
  # Run the application
17
+ # CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
18
+ CMD ["python", "app.py"]