aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <you@example.com>2017-03-24 22:37:15 +0000
committerCody Hiar <you@example.com>2017-03-24 22:37:15 +0000
commite36a79e4d8bc397a7774b0f6f810b8b1f722b507 (patch)
treee6df53cadf08887345d079a358bf6dafb8200894
parent9ccdbedbd0bb349763a582db018e8be335182a2d (diff)
Updating gitconfig to new location
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 655c7f1..fa658de 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -91,7 +91,7 @@ ADD sass-lint.yaml /root/.sass-lint.yaml
# Add some aliases
ADD bashrc /root/.bashrc
# Add my git config
-ADD gitconfig /root/.gitconfig
+ADD gitconfig /etc/gitconfig
# Change the workdir, Put it inside root so I can see neovim settings in finder
WORKDIR /root/app
# Better terminal support