Skip to content

Commit

Permalink
chore: fix path to .gitconfig [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 25, 2020
1 parent 71204e7 commit ae12f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmd := "bash"
msg := ""
IMAGE_NAME := actions-mdbook-dev:latest
DOCKER_BUILD := docker build . -t $(IMAGE_NAME) --file ./__tests__/Dockerfile
DOCKER_RUN := docker run --rm -i -t -v ${PWD}:/repo -v ~/.gitconfig:/etc/gitconfig $(IMAGE_NAME)
DOCKER_RUN := docker run --rm -i -t -v ${PWD}:/repo -v ~/.gitconfig:/root/.gitconfig $(IMAGE_NAME)


.PHONY: build
Expand Down

0 comments on commit ae12f3f

Please sign in to comment.