snapshot: preserve current onboarding offboarding portal state
This commit is contained in:
@@ -7,5 +7,6 @@ until nc -z "$POSTGRES_HOST" "$POSTGRES_PORT"; do
|
||||
done
|
||||
|
||||
python manage.py migrate --noinput
|
||||
python manage.py bootstrap_initial_users
|
||||
python manage.py collectstatic --noinput
|
||||
exec gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3 --timeout 120 --access-logfile - --error-logfile -
|
||||
|
||||
Reference in New Issue
Block a user