Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 24 |
COPY --chown=user . /app
|
| 25 |
|
| 26 |
# Command to run the application
|
| 27 |
-
CMD uvicorn app:app --host 0.0.0.0 --port
|
|
|
|
| 24 |
COPY --chown=user . /app
|
| 25 |
|
| 26 |
# Command to run the application
|
| 27 |
+
CMD uvicorn app:app --host 0.0.0.0 --port 7860
|