Spaces:
Sleeping
Sleeping
Update Docker
Browse files
Docker
CHANGED
|
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 13 |
COPY . /code/
|
| 14 |
|
| 15 |
# The command that tells the server how to run your FastAPI app
|
| 16 |
-
CMD ["uvicorn", "
|
|
|
|
| 13 |
COPY . /code/
|
| 14 |
|
| 15 |
# The command that tells the server how to run your FastAPI app
|
| 16 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|