diff options
author | Cody Hiar <you@example.com> | 2017-03-24 22:37:15 +0000 |
---|---|---|
committer | Cody Hiar <you@example.com> | 2017-03-24 22:37:15 +0000 |
commit | e36a79e4d8bc397a7774b0f6f810b8b1f722b507 (patch) | |
tree | e6df53cadf08887345d079a358bf6dafb8200894 | |
parent | 9ccdbedbd0bb349763a582db018e8be335182a2d (diff) |
Updating gitconfig to new location
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |