Update Docker instructions (#13437)

This commit is contained in:
Luke Schoen
2023-03-09 00:57:44 +11:00
committed by GitHub
parent 44c342eda4
commit a6f849f5a8
7 changed files with 51 additions and 58 deletions
@@ -1,10 +0,0 @@
#!/usr/bin/env bash
# This script is meant to be run on Unix/Linux based systems
set -e
echo "*** Start Substrate node template ***"
cd $(dirname ${BASH_SOURCE[0]})/..
docker-compose down --remove-orphans
docker-compose run --rm --service-ports dev $@