We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b62d21 commit 73ee3d9Copy full SHA for 73ee3d9
Dockerfile-devel
@@ -8,5 +8,6 @@ ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"
8
RUN apk add --no-cache ca-certificates tzdata make git bash
9
10
RUN mkdir -p $PROJECT_PATH
11
+RUN git config --global --add safe.directory $PROJECT_PATH
12
COPY . $PROJECT_PATH
13
WORKDIR $PROJECT_PATH
0 commit comments