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 d7695ee commit 206b300Copy full SHA for 206b300
Dockerfile-devel
@@ -8,7 +8,7 @@ ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"
8
RUN apk add --no-cache ca-certificates make git bash alpine-sdk protobuf protobuf-dev
9
RUN git clone https://github.com/googleapis/googleapis.git /googleapis
10
RUN git config --global --add safe.directory /chirpstack-rest-api
11
-git config --global --add safe.directory /chirpstack-rest-api/chirpstack
+RUN git config --global --add safe.directory /chirpstack-rest-api/chirpstack
12
13
RUN mkdir -p $PROJECT_PATH
14
COPY . $PROJECT_PATH
0 commit comments