Suku0 commited on
Commit
89a6e92
1 Parent(s): a5b7685

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
22
 
23
  COPY --chown=user . /app
24
 
25
- CMD ["uvicorn", "app:demo", "--host", "0.0.0.0", "--port", "7860"]
 
22
 
23
  COPY --chown=user . /app
24
 
25
+ CMD ["python", "app.py"]