Spaces:
Sleeping
Sleeping
HudsonArauj commited on
Commit ·
cd98dab
1
Parent(s): aabc2fd
change port
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 14 |
COPY ./app /code/app
|
| 15 |
|
| 16 |
#
|
| 17 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 14 |
COPY ./app /code/app
|
| 15 |
|
| 16 |
#
|
| 17 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|