Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ WORKDIR /app
|
|
| 14 |
COPY . /app
|
| 15 |
|
| 16 |
# Command to run your FastAPI app
|
| 17 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 14 |
COPY . /app
|
| 15 |
|
| 16 |
# Command to run your FastAPI app
|
| 17 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|