From 141c84ff036595708bb568b555b3948a7e6dea1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=BA=A2=E9=9F=AC?= Date: Sat, 22 Feb 2025 03:46:05 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20DockerfileTest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DockerfileTest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerfileTest b/DockerfileTest index 9cdff9a..b181092 100644 --- a/DockerfileTest +++ b/DockerfileTest @@ -4,7 +4,7 @@ LABEL stage=gobuilder ENV CGO_ENABLED 0 ENV GOPROXY https://goproxy.cn,direct WORKDIR /build -COPY ./app/micro-bundle /app/micro-bundle +COPY ./build/app /app/micro-bundle #FROM 172.16.100.99:9006/alpine #RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories