Skip to content

Commit

Permalink
fix docker name so it works consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Schwindt authored and Kevin Schwindt committed Mar 6, 2019
1 parent 8192ac0 commit 79f2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dc
Expand Up @@ -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}" $@

0 comments on commit 79f2c99

Please sign in to comment.