Skip to content

Commit

Permalink
fix possible docker permissions issue (#3806)
Browse files Browse the repository at this point in the history
  • Loading branch information
1337LutZ committed Oct 3, 2023
1 parent 220a7e4 commit a3184fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM golang:1.21

WORKDIR /wotlk
COPY . .
COPY gitconfig /etc/gitconfig

RUN apt-get update
RUN apt-get install -y protobuf-compiler
Expand Down
2 changes: 2 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[safe]
directory = *

0 comments on commit a3184fc

Please sign in to comment.