Commit
·
ef38d72
1
Parent(s):
f5e5bb1
modify image container
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,4 +13,4 @@ RUN pip install --user -r requirements.txt
|
|
13 |
|
14 |
COPY --chown=user . .
|
15 |
|
16 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
13 |
|
14 |
COPY --chown=user . .
|
15 |
|
16 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|