diff --git a/Dockerfile b/Dockerfile index e51cf4c..49cc49e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt COPY ./app /app/app # -CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]j \ No newline at end of file +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080"]j \ No newline at end of file