ibraheem15 commited on
Commit
b4db8d0
·
1 Parent(s): a1099ee

Update Dockerfile to change production port from 8000 to 7860

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,4 +33,4 @@ FROM base as prod
33
  COPY main.py /app/
34
  # Note: We do NOT copy tests/ here to keep prod image smaller
35
  EXPOSE 8000
36
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
33
  COPY main.py /app/
34
  # Note: We do NOT copy tests/ here to keep prod image smaller
35
  EXPOSE 8000
36
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]