From 0f92fbf73e52e55d25f8519651665edb8ddfd2dd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 5 Mar 2015 21:59:18 -0800 Subject: never commit permissions changes; fixes #4 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 23efafc..e95bb74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ WORKDIR /git-repo RUN ["git", "remote", "set-url", "origin", "https://github.com/twbs/bootstrap.git"] RUN ["git", "remote", "set-url", "--push", "origin", "git@github.com:twbs/bootstrap.git"] +RUN ["git", "config", "core.fileMode", "false"] RUN ["git", "config", "user.name", "Bootstrap's Grunt bot"] RUN ["git", "config", "user.email", "twbs-grunt@users.noreply.github.com"] RUN ["npm", "install"] -- cgit v1.2.3