docker demo: add create_default_states

This commit is contained in:
pedro 2025-02-25 14:00:44 +01:00
parent 1250d47553
commit 82ea17969d

View file

@ -147,6 +147,7 @@ run_demo() {
'example/demo-snapshots-vc/snapshot_pre-verifiable-credential.json' \ 'example/demo-snapshots-vc/snapshot_pre-verifiable-credential.json' \
> 'example/snapshots/snapshot_workbench-script_verifiable-credential.json' > 'example/snapshots/snapshot_workbench-script_verifiable-credential.json'
fi fi
./manage.py create_default_states "${INIT_ORG}"
/usr/bin/time ./manage.py up_snapshots example/snapshots/ "${INIT_USER}" /usr/bin/time ./manage.py up_snapshots example/snapshots/ "${INIT_USER}"
} }