mirix commited on
Commit
cd761ac
·
verified ·
1 Parent(s): 4023e00

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
  RUN pip install gunicorn
15
 
16
  COPY --chown=mirix . /app
17
- CMD ["gunicorn", "app:server", "-b", "0.0.0.0:8050"]
 
14
  RUN pip install gunicorn
15
 
16
  COPY --chown=mirix . /app
17
+ CMD ["gunicorn", "app:app", "-b", "0.0.0.0:8050"]