Change port

This commit is contained in:
Joseph Ferano 2023-05-19 16:28:21 +07:00
parent 1424fb2f43
commit 52e38adcb7

View File

@ -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"]