acoustic-businessperson-27970
12/07/2021, 11:09 AMdocker/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 ?average-branch-45579
12/07/2021, 11:11 AMdocker/sdk up --build --assets
for example.average-branch-45579
12/07/2021, 11:11 AMdocker/sdk build && docker/sdk up
. 🙂acoustic-businessperson-27970
12/07/2021, 12:25 PM