Spaces:
Runtime error
Runtime error
Dan Vancea commited on
Commit ·
b3c752b
1
Parent(s): 85282db
oops 2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,4 @@ COPY --chown=user ./requirements.txt requirements.txt
|
|
| 13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 14 |
|
| 15 |
COPY --chown=user . /api
|
| 16 |
-
CMD ["uvicorn", "
|
|
|
|
| 13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 14 |
|
| 15 |
COPY --chown=user . /api
|
| 16 |
+
CMD ["uvicorn", "api:api", "--host", "0.0.0.0", "--port", "7860"]
|