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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -26,4 +26,5 @@ COPY . .
26
  EXPOSE 7860
27
 
28
  # Start the server using uvicorn and the ASGI wrapper
29
- CMD ["python", "app.py"]
 
 
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
+