Merge pull request #173 from schwindtkevin/ks/docker-name-fix

fix docker name so it works consistently
This commit is contained in:
Eric Schultz 2019-03-06 12:07:20 -06:00 committed by GitHub
commit de6fa77a4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
dc
View file

@ -4,4 +4,4 @@ current_commit=$( git rev-parse HEAD )
current_branch=$( git rev-parse --abbrev-ref HEAD )
docker-compose -f docker/debug/docker-compose.yml -p "${PWD}_-_-${current_branch}" $@
docker-compose -f docker/debug/docker-compose.yml -p "${PWD}-${current_branch}" $@