Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 7 |
COPY . /code/
|
| 8 |
|
| 9 |
# Run FastAPI server on port 7860
|
| 10 |
-
CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 7 |
COPY . /code/
|
| 8 |
|
| 9 |
# Run FastAPI server on port 7860
|
| 10 |
+
CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "8080"]
|