From bac3aef9205563d27b563270bddf6337b2c0c520 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 3 Jun 2024 17:25:27 +0100 Subject: Adds missing CMD from Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 10eea16..e189190 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,3 +23,6 @@ RUN mkdir -p /app/static/css /app/static/js /app/static/img # Switch to non-root user USER 1001 + +# Start app +CMD ["gunicorn", "ded.wsgi:application", "--bind", "0.0.0.8000"] -- cgit v1.2.3