lucas-wa commited on
Commit
daeddd3
1 Parent(s): 2d9357e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ COPY --chown=user . $HOME/app
30
 
31
  ENTRYPOINT ["/entrypoint.sh"]
32
 
33
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80"]
 
30
 
31
  ENTRYPOINT ["/entrypoint.sh"]
32
 
33
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]