diff --git a/dnscms/Dockerfile b/dnscms/Dockerfile index 3e5f0d2..6bf7fae 100644 --- a/dnscms/Dockerfile +++ b/dnscms/Dockerfile @@ -37,4 +37,4 @@ USER wagtail ENV PATH="/app/.venv/bin:$PATH" RUN python manage.py collectstatic --noinput --clear -CMD ["sh", "-c", "set -xe; python manage.py migrate --noinput && gunicorn dnscms.wsgi:application"] +CMD ["sh", "-c", "set -xe; python manage.py migrate --noinput && gunicorn dnscms.wsgi:application --workers 3"]