Spaces:
Sleeping
Sleeping
Vela
commited on
Commit
·
0cde1a0
1
Parent(s):
91a458d
hello
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ COPY --chown=user ./requirements.txt requirements.txt
|
|
27 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
28 |
|
29 |
COPY --chown=user . /app
|
30 |
-
CMD ["
|
|
|
27 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
28 |
|
29 |
COPY --chown=user . /app
|
30 |
+
CMD ["uvicorn", "backend.api.main:app", "--host", "0.0.0.0", "--port", "7860"]
|