Spaces:
Running
Running
Fixed dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 24 |
EXPOSE 7860
|
| 25 |
|
| 26 |
# Run the FastAPI app
|
| 27 |
-
CMD ["uvicorn", "app.
|
|
|
|
| 24 |
EXPOSE 7860
|
| 25 |
|
| 26 |
# Run the FastAPI app
|
| 27 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|