Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ RUN ls -R /app
|
|
| 19 |
EXPOSE 7860
|
| 20 |
|
| 21 |
# Run the FastAPI app with uvicorn
|
| 22 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 19 |
EXPOSE 7860
|
| 20 |
|
| 21 |
# Run the FastAPI app with uvicorn
|
| 22 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7862"]
|