`docker/sdk up` runs initialise the storages and i...
# docker
a
docker/sdk up
runs initialise the storages and imports demo data but does not generate transfer object to do this I have to run
docker/sdk build
Is there a command to run all steps together ?
a
docker/sdk up --build --assets
for example.
Or as an option
docker/sdk build && docker/sdk up
. 🙂
a
oh great thanks