Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -32,5 +32,5 @@ ENV PYTHONUNBUFFERED=1
|
|
| 32 |
ENV HF_HOME=/app/cache
|
| 33 |
|
| 34 |
# Run the application
|
| 35 |
-
CMD ["uvicorn", "main:app", "--host", "
|
| 36 |
|
|
|
|
| 32 |
ENV HF_HOME=/app/cache
|
| 33 |
|
| 34 |
# Run the application
|
| 35 |
+
CMD ["uvicorn", "main:app", "--host", "127.0.0.1", "--port", "7860"]
|
| 36 |
|