DarkMo0o commited on
Commit
bdc06d0
·
verified ·
1 Parent(s): dc4d8a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,5 +26,5 @@ COPY . .
26
  EXPOSE 7860
27
 
28
  # Start the server using uvicorn and the ASGI wrapper
29
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
30
 
 
26
  EXPOSE 7860
27
 
28
  # Start the server using uvicorn and the ASGI wrapper
29
+ CMD ["python", "app.py"]
30