summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"]