Mqleet commited on
Commit
5aa6a94
·
1 Parent(s): 2bcf077

upd app file

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -40,4 +40,5 @@ RUN playwright install chromium
40
  COPY --chown=user . /app
41
 
42
  # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
43
- CMD ["uvicorn", "app:demo", "--host", "0.0.0.0", "--port", "7860"]
 
 
40
  COPY --chown=user . /app
41
 
42
  # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
43
+ # CMD ["uvicorn", "app:demo", "--host", "0.0.0.0", "--port", "7860"]
44
+ CMD ["python", "app.py"]