Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,4 +7,4 @@ WORKDIR /
|
|
7 |
|
8 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
9 |
|
10 |
-
CMD ["uvicorn", "
|
|
|
7 |
|
8 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
9 |
|
10 |
+
CMD ["uvicorn", "API:app", "--host", "0.0.0.0", "--port", "7860"]
|