Spaces:
Runtime error
Runtime error
updated docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,4 +21,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 21 |
RUN chown -R root:root /app
|
| 22 |
|
| 23 |
# Start the FastAPI application
|
| 24 |
-
CMD ["
|
|
|
|
| 21 |
RUN chown -R root:root /app
|
| 22 |
|
| 23 |
# Start the FastAPI application
|
| 24 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|