diff options
Diffstat (limited to 'Dockerfile')
-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"] |