From 07ba37211ebe5c371f2148bcefcc6d5a59f310af Mon Sep 17 00:00:00 2001 From: "Seraphim R. Pardee" Date: Mon, 23 Sep 2024 23:28:41 -0400 Subject: [PATCH] blah --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7671ae..f11028e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,5 @@ COPY entrypoint.go /usr/bin/entrypoint.go # change mode of the entrypoint file RUN chmod +x /usr/bin/entrypoint.go -RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /go-xbuild - # set entrypoint command -ENTRYPOINT [ "/go-xbuild"] +ENTRYPOINT [ "go", "run", "/usr/bin/entrypoint.go"]