projects
/
close-be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb0f714
)
Make server visible through network
author
Jacob
<jobs@jacobcasper.com>
Sun, 7 Sep 2025 16:49:38 +0000
(11:49 -0500)
committer
Jacob
<jobs@jacobcasper.com>
Sun, 7 Sep 2025 16:49:38 +0000
(11:49 -0500)
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 02617d9baa43d65e2230d2f636182dc38704dd85..cddba96205587812255cc7cdd34d40920912fe56 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-4,4
+4,4
@@
COPY pyproject.toml pyproject.toml
RUN pip install .
EXPOSE 5000
COPY . .
-ENTRYPOINT ["flask", "--app", "main", "run"]
+ENTRYPOINT ["flask", "--app", "main", "run"
, "--host=0.0.0.0"
]