This commit is contained in:
2026-04-04 01:16:16 +03:30
parent ecb42c6895
commit 6d5ece1f5d
22 changed files with 311 additions and 261 deletions
+5
View File
@@ -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 "$@"