summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYulqen <246857+yulqen@users.noreply.github.com>2024-06-04 16:08:12 +0100
committerGitHub <noreply@github.com>2024-06-04 16:08:12 +0100
commitb6ea6899b5140d081b63694d8f34bcaffd3247e5 (patch)
treeee8b5614c9e7c7bd3591739331462702a2658f7a
parent856138b3f5264e3c88c1790a42511a36f1465d73 (diff)
parent3eeb8baef2a6756aafef4ad2a32d541a55f6ce77 (diff)
Merge pull request #64 from defencedigital/postgres-migration
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"]