Skip to content

Commit

Permalink
Merge pull request #1120 from pauby/fix/add-git-safe-directory
Browse files Browse the repository at this point in the history
(fix) Add Dockerfile git safe directory for/app
  • Loading branch information
st3phhays authored Jan 21, 2025
2 parents a70750f + 18887c7 commit 69c7f32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM node:lts
WORKDIR /app

RUN git config --global --add safe.directory /app

COPY package.json yarn.lock ./

COPY . .
Expand Down

0 comments on commit 69c7f32

Please sign in to comment.