Spaces:
Sleeping
Sleeping
Beracles commited on
Commit ·
3850e01
1
Parent(s): 7f36d43
update dockerfile host
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 22 |
|
| 23 |
COPY . .
|
| 24 |
|
| 25 |
-
CMD ["uvicorn", "main:app", "--host", "
|
|
|
|
| 22 |
|
| 23 |
COPY . .
|
| 24 |
|
| 25 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|