Skip to content

Commit

Permalink
set git safe.directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Oct 24, 2023
1 parent 90cbbef commit 31691b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/ui.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ FROM node:20.8.1-bookworm-slim
RUN apt-get update
RUN apt-get install -y git

RUN git config --global --add safe.directory /chessground
RUN git config --global --add safe.directory /lila
RUN git config --global --add safe.directory /pgn-viewer

RUN npm install -g pnpm

0 comments on commit 31691b5

Please sign in to comment.