Skip to content

Commit

Permalink
fix: dockerfile added git safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMyst committed Feb 26, 2024
1 parent 12068a3 commit 8cce6ae
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
Expand Up @@ -19,4 +19,6 @@ RUN apt-get clean autoclean && \
apt-get autoremove --yes && \
rm -rf /var/lib/{apt,dpkg,cache,log}/

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

ENTRYPOINT dub run

0 comments on commit 8cce6ae

Please sign in to comment.