UPDATE
This commit is contained in:
@@ -4,6 +4,11 @@ if [ "${SKIP_MIGRATE}" != "1" ]; then
|
||||
echo "Running migrations..."
|
||||
python manage.py migrate --noinput --fake-initial
|
||||
echo "Migrations done."
|
||||
if [ "${DOCKER_VERSION}" = "develop" ]; then
|
||||
echo "Running develop seeders..."
|
||||
python manage.py seed_admin_farm
|
||||
echo "Develop seeders done."
|
||||
fi
|
||||
fi
|
||||
echo "Starting command: $*"
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user