From e36a79e4d8bc397a7774b0f6f810b8b1f722b507 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 24 Mar 2017 22:37:15 +0000 Subject: Updating gitconfig to new location --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3