Spaces:
Sleeping
Sleeping
Commit
·
f4fab8b
1
Parent(s):
8c0da91
delete a lot
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ COPY --chown=user ./requirements.txt requirements.txt
|
|
31 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
32 |
|
33 |
COPY --chown=user . /app
|
34 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port",
|
|
|
31 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
32 |
|
33 |
COPY --chown=user . /app
|
34 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port","7860"]
|