From 3eeb8baef2a6756aafef4ad2a32d541a55f6ce77 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 4 Jun 2024 16:07:18 +0100 Subject: Updated gunicorn command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- cgit v1.2.3