dnscms: don't start when migration fails
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user