Skip to content

Commit 69c7f32

Browse files
authored
Merge pull request #1120 from pauby/fix/add-git-safe-directory
(fix) Add Dockerfile git safe directory for/app
2 parents a70750f + 18887c7 commit 69c7f32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM node:lts
22
WORKDIR /app
33

4+
RUN git config --global --add safe.directory /app
5+
46
COPY package.json yarn.lock ./
57

68
COPY . .

0 commit comments

Comments
 (0)