From 187c07134c934cc5e5051e2daa0323cbab5a2811 Mon Sep 17 00:00:00 2001 From: Lanre Adelowo Date: Thu, 30 Jan 2025 23:39:51 +0100 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 221a8469..6036d71c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN go install -ldflags="-X main.Version=${VERSION} -X main.Commit=${COMMIT}" ./ FROM gcr.io/distroless/base COPY --from=build-env /go/bin/cmd / -CMD ["/cmd http"] +CMD ["/cmd", "http"]