Skip to content

Commit

Permalink
Make dockerfile generic
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester authored Mar 14, 2022
1 parent aa1d1fc commit 91f4e92
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 @@ -21,4 +21,4 @@ WORKDIR ${ENV_DIR}

ENV PYTHON_SITE_PACKAGES /usr/local/lib/python3.9/site-packages

CMD ["uvicorn", "webapp.main:app", "--host", "127.0.0.1", "--port", "8001"]
CMD ["uvicorn", "webapp.main:app", "--host", "0.0.0.0"]

0 comments on commit 91f4e92

Please sign in to comment.