We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351360c commit 6dadbe8Copy full SHA for 6dadbe8
1 file changed
Dockerfile
@@ -8,4 +8,4 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -tags netgo -ldflags -w
8
FROM alpine:latest
9
ARG TARGETARCH
10
COPY --from=build /usr/src/app/bin/lokiproxy-$TARGETARCH /usr/local/bin/lokiproxy
11
-CMD lokiproxy
+CMD ["lokiproxy"]
0 commit comments