johnpaulbin commited on
Commit
db4d024
1 Parent(s): ee355a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN ls ../..
18
  RUN find -name app.py
19
  COPY --chown=user ../../app.py app.py
20
 
21
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
18
  RUN find -name app.py
19
  COPY --chown=user ../../app.py app.py
20
 
21
+ CMD ["python", "app.py"]