summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-04 16:07:18 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-04 16:07:18 +0100
commit3eeb8baef2a6756aafef4ad2a32d541a55f6ce77 (patch)
treeee8b5614c9e7c7bd3591739331462702a2658f7a /Dockerfile
parent856138b3f5264e3c88c1790a42511a36f1465d73 (diff)
Updated gunicorn command
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e189190..b1e06d7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,4 +25,4 @@ RUN mkdir -p /app/static/css /app/static/js /app/static/img
USER 1001
# Start app
-CMD ["gunicorn", "ded.wsgi:application", "--bind", "0.0.0.8000"]
+CMD ["gunicorn", "ded.wsgi:application", "--bind", "0.0.0.0:8000"]