Packaging fixes
This commit is contained in:
parent
fa6103d007
commit
959b06c425
19 changed files with 389 additions and 68 deletions
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue