fix docker name so it works consistently

This commit is contained in:
Kevin Schwindt 2019-03-06 08:58:20 -05:00
parent 8192ac0212
commit 79f2c999fe

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}" $@