Spaces:
Sleeping
Sleeping
Yumeng Liu
commited on
Commit
·
caea753
1
Parent(s):
a8e63cb
setup file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ WORKDIR /
|
|
15 |
|
16 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
17 |
|
18 |
-
CMD ["uvicorn", "
|
|
|
15 |
|
16 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
17 |
|
18 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|