Spaces:
Sleeping
Sleeping
Update Dockerfile (#1)
Browse files- Update Dockerfile (1983e04caa0be73376079354ad2dde4e69c68b9b)
Co-authored-by: Jainil Patel <[email protected]>
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ COPY . .
|
|
27 |
EXPOSE 7860
|
28 |
|
29 |
# Command to run the FastAPI application with Gradio
|
30 |
-
CMD ["uvicorn", "
|
|
|
27 |
EXPOSE 7860
|
28 |
|
29 |
# Command to run the FastAPI application with Gradio
|
30 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|