Packaging fixes

This commit is contained in:
badblocks 2025-05-08 21:08:12 -07:00
parent fa6103d007
commit 959b06c425
19 changed files with 389 additions and 68 deletions

View file

@ -14,6 +14,6 @@ echo "Waiting for the database to be ready..."
sleep 10
echo "Loading seed data..."
docker compose exec -it web env DJANGO_SETTINGS_MODULE=django_project.settings django-admin loaddata /code/seed/0*
docker compose exec -it web bash -c "django-admin loaddata /seed/0*"
echo "Done & Started!"