Spaces:
Sleeping
Sleeping
arthi.kasturirangan@informa.com commited on
Commit ·
fb0c9a4
1
Parent(s): 0b39b93
port change
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -13,6 +13,6 @@ COPY ./requirements.txt .
|
|
| 13 |
|
| 14 |
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
|
| 15 |
|
| 16 |
-
EXPOSE
|
| 17 |
|
| 18 |
-
CMD ["uvicorn", "
|
|
|
|
| 13 |
|
| 14 |
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
|
| 15 |
|
| 16 |
+
EXPOSE 7860
|
| 17 |
|
| 18 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|