fix missing docker-compose volume source (./.local) (#189)

main
hamidra 2021-06-23 13:15:34 -07:00 committed by GitHub
parent f471fdd6e4
commit e54c97edd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,5 +6,7 @@ echo "*** Start Substrate node template ***"
cd $(dirname ${BASH_SOURCE[0]})/..
mkdir -p ./.local
docker-compose down --remove-orphans
docker-compose run --rm --service-ports dev $@