From ddc538f99b6cd5b7a796f92c0f243994821f9785 Mon Sep 17 00:00:00 2001 From: timerzz Date: Tue, 14 May 2024 15:42:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24e80db..9e6e9cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG GOPROXY=https://goproxy.cn,direct ARG GOPRIVATE=gitea.timerzz.com ARG GONOSUMDB=gitea.timerzz.com ARG GONOPROXY=gitea.timerzz.com -RUN go build -trimpath -ldflags '-w -s' -o product ./main +RUN go build -trimpath -ldflags '-w -s' -o product ./cmd FROM alpine:latest WORKDIR /work