Spaces:
Sleeping
Sleeping
Changed the listening port for the app
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
14 |
COPY ./src /code/src
|
15 |
|
16 |
#
|
17 |
-
CMD ["uvicorn", "src.app.app:app", "--host", "0.0.0.0", "--port", "
|
|
|
14 |
COPY ./src /code/src
|
15 |
|
16 |
#
|
17 |
+
CMD ["uvicorn", "src.app.app:app", "--host", "0.0.0.0", "--port", "7860"]
|