From 3e7b65fee38a4b6fd5a9c4e458be168f74a75a0c Mon Sep 17 00:00:00 2001 From: jhc Date: Sat, 22 Feb 2025 11:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DockerfileTest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DockerfileTest b/DockerfileTest index 28a3114..23286f9 100644 --- a/DockerfileTest +++ b/DockerfileTest @@ -3,8 +3,8 @@ FROM testhub.szjixun.cn:9043/public/golang:1.20-alpine AS builder LABEL stage=gobuilder ENV CGO_ENABLED 0 ENV GOPROXY https://goproxy.cn,direct -#WORKDIR /build -COPY micro-bundle /app/micro-bundle +WORKDIR /build +COPY /app/micro-bundle /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