Commit
·
f31e9f1
1
Parent(s):
45542e5
port 7860 changed
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ COPY --chown=user requirements.txt .
|
|
12 |
RUN pip install --user -r requirements.txt
|
13 |
|
14 |
COPY --chown=user . .
|
15 |
-
CMD ["uvicorn", "
|
|
|
12 |
RUN pip install --user -r requirements.txt
|
13 |
|
14 |
COPY --chown=user . .
|
15 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|