diff --git a/Dockerfile b/Dockerfile index d7227ac..47ba5ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ COPY . /app/ EXPOSE 8000 # Run api.py when the container launches -CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "8000"] +CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "3003"]