Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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"]