Skip to content

Commit 91f4e92

Browse files
Make dockerfile generic
1 parent aa1d1fc commit 91f4e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ WORKDIR ${ENV_DIR}
2121

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

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

0 commit comments

Comments
 (0)