diff --git a/dnscms/Dockerfile b/dnscms/Dockerfile index 66057a2..2c4a619 100644 --- a/dnscms/Dockerfile +++ b/dnscms/Dockerfile @@ -38,4 +38,4 @@ USER wagtail RUN python manage.py collectstatic --noinput --clear -CMD set -xe; python manage.py migrate --noinput; gunicorn dnscms.wsgi:application +CMD set -xe; python manage.py migrate --noinput && gunicorn dnscms.wsgi:application