Skip to content

Commit

Permalink
change host
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Dec 16, 2023
1 parent 3ca0761 commit 3b6c80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN apt-get update \
&& apt-get install -y git \
&& pip install -r requirements.txt

ENTRYPOINT ["uvicorn", "src.logos_svc.server:app"]
ENTRYPOINT ["uvicorn", "src.logos_svc.server:app", "--host", "0.0.0.0"]

0 comments on commit 3b6c80b

Please sign in to comment.