Skip to content

Commit

Permalink
add git safe dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 22, 2023
1 parent 2bb5e05 commit 6d8cb77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/lila-fishnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN git clone -b fix/pub-sub https://github.com/lenguyenthanh/rediculous.git &&
cd rediculous && \
sbt +publishLocal

RUN git config --global --add safe.directory /lila-fishnet

WORKDIR /lila-fishnet

ENTRYPOINT git checkout . && \
Expand Down

0 comments on commit 6d8cb77

Please sign in to comment.