Skip to content

Commit 6dadbe8

Browse files
committed
Use JSON CMD syntax in Dockerfile
1 parent 351360c commit 6dadbe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -tags netgo -ldflags -w
88
FROM alpine:latest
99
ARG TARGETARCH
1010
COPY --from=build /usr/src/app/bin/lokiproxy-$TARGETARCH /usr/local/bin/lokiproxy
11-
CMD lokiproxy
11+
CMD ["lokiproxy"]

0 commit comments

Comments
 (0)