Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Feb 25, 2024
1 parent 56ac2d4 commit 1d78701
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 190 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ WORKDIR /code

EXPOSE 8000
ENTRYPOINT /docker-entrypoint.sh $0 $@
CMD [ "uvicorn", "src.api.app:app", "--host", "0.0.0.0", "--port", "8000" ]
CMD [ "uvicorn", "src.api.app:app", "--host", "0.0.0.0", "--port", "8000", "--proxy-headers", "--forwarded-allow-ips=*" ]
Loading

0 comments on commit 1d78701

Please sign in to comment.