Commit ·
e034113
1
Parent(s): 2efbadf
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,4 +27,4 @@ COPY --chown=user ./packages.txt ./
|
|
| 27 |
# Install Python dependencies using pip
|
| 28 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 29 |
|
| 30 |
-
ENTRYPOINT ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 27 |
# Install Python dependencies using pip
|
| 28 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 29 |
|
| 30 |
+
ENTRYPOINT ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|