From 85bd7a075c46a8730d01c3c138d5823bca99c59a Mon Sep 17 00:00:00 2001 From: Safwan Date: Wed, 16 Jul 2025 18:08:24 +0500 Subject: [PATCH] updated docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41d0238e..a26d90e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN CGO_ENABLED=0 \ GOPROXY=${GOPROXY} \ GOPRIVATE=${GOPRIVATE} \ GO111MODULE=on \ - go build -ldflags="-s -w" -installsuffix 'static' -mod=mod -a -o manager main.go + go build -ldflags="-s -w" -installsuffix 'static' -mod=mod -a -o manager ./ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details