AnatoliiG commited on
Commit ·
94023cd
1
Parent(s): 42fa16e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,4 +25,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 25 |
COPY --chown=user . .
|
| 26 |
|
| 27 |
EXPOSE 7860
|
| 28 |
-
CMD ["uvicorn", "
|
|
|
|
| 25 |
COPY --chown=user . .
|
| 26 |
|
| 27 |
EXPOSE 7860
|
| 28 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|