Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -48,4 +48,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=60s --retries=3 \
|
|
48 |
CMD curl -f http://localhost:7860/health || exit 1
|
49 |
|
50 |
# Start the FastAPI application with uvicorn
|
51 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"
|
|
|
48 |
CMD curl -f http://localhost:7860/health || exit 1
|
49 |
|
50 |
# Start the FastAPI application with uvicorn
|
51 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|