diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-04 16:07:18 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-04 16:07:18 +0100 |
commit | 3eeb8baef2a6756aafef4ad2a32d541a55f6ce77 (patch) | |
tree | ee8b5614c9e7c7bd3591739331462702a2658f7a /Dockerfile | |
parent | 856138b3f5264e3c88c1790a42511a36f1465d73 (diff) |
Updated gunicorn command
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |