summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
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"]