Skip to content

Commit 18887c7

Browse files
paubyst3phhays
authored andcommitted
(fix) Add git safe directory
1 parent a70750f commit 18887c7

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)