robinroy03 commited on
Commit
93aec03
·
1 Parent(s): d1d2060

dockerfile fix whoops

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN mkdir $HOME/.cache
13
 
14
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
 
16
- CMD ["gunicorn", "-w", "5", "-b", "0.0.0.0:7860","app:app"]
 
13
 
14
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
 
16
+ CMD ["gunicorn", "-w", "5", "-b", "0.0.0.0:7860","server:app"]