Skip to content

Commit

Permalink
Fix another errant PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
shads2 committed May 28, 2018
1 parent ba3e031 commit 9d02e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,4 +8,4 @@ build:
docker tag ${DOCKER_IMAGE_NAME}:${GIT_BRANCH} ${DOCKER_IMAGE_NAME}:latest

run:
docker run -it --rm -v ${PWD}/config.yml:/app/config.yml ${DOCKER_IMAGE_NAME}
docker run -it --rm -v $PWD/config.yml:/app/config.yml ${DOCKER_IMAGE_NAME}

0 comments on commit 9d02e3e

Please sign in to comment.