dnscms: don't start when migration fails

This commit is contained in:
2024-08-10 23:40:15 +02:00
parent d6104272f9
commit 459029d971

View File

@ -38,4 +38,4 @@ USER wagtail
RUN python manage.py collectstatic --noinput --clear 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