run.sh 199 B

123456789
  1. #!/usr/bin/env bash
  2. source .env
  3. docker-compose up -d
  4. sleep 1 # we need to wait for the container to start the docker service
  5. docker exec -it joystream-aio-${CHAIN_NAME} bash scripts/start-node.sh