bastienp commited on
Commit
f207f78
·
1 Parent(s): d60934b

build: update port on docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ USER appuser
27
  EXPOSE 8000
28
 
29
  # Command to run the application
30
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
 
27
  EXPOSE 8000
28
 
29
  # Command to run the application
30
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]