Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ RUN chmod +x /app/run.sh
|
|
| 24 |
EXPOSE 8000
|
| 25 |
|
| 26 |
# Run the app
|
| 27 |
-
CMD ["uvicorn", "
|
|
|
|
| 24 |
EXPOSE 8000
|
| 25 |
|
| 26 |
# Run the app
|
| 27 |
+
CMD ["uvicorn", "app:app", "--port", "7860", "--host", "0.0.0.0"]
|