Spaces:
Paused
Paused
VINU NAYAK commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,4 @@ COPY . .
|
|
| 13 |
EXPOSE 7860
|
| 14 |
|
| 15 |
# Start the application
|
| 16 |
-
CMD ["uvicorn", "app
|
|
|
|
| 13 |
EXPOSE 7860
|
| 14 |
|
| 15 |
# Start the application
|
| 16 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|