This commit is contained in:
2026-05-05 21:02:12 +03:30
parent 5301071df5
commit 1679825ae2
47 changed files with 1347 additions and 1403 deletions
+4
View File
@@ -43,5 +43,9 @@ if [ -n "${DEVELOP}" ] && [ "${SKIP_MIGRATE}" != "1" ]; then
echo "Demo seeders done."
fi
echo "Collecting static files..."
python manage.py collectstatic --noinput
echo "Static files ready."
echo "Starting command: $*"
exec "$@"