From 83527370cd1342fd03be8572021fa97dc873caca Mon Sep 17 00:00:00 2001 From: jhc Date: Sat, 22 Feb 2025 11:29:39 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerfileTest b/DockerfileTest index 94cb7e3..28a3114 100644 --- a/DockerfileTest +++ b/DockerfileTest @@ -3,7 +3,7 @@ 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 +#WORKDIR /build COPY micro-bundle /app/micro-bundle #FROM 172.16.100.99:9006/alpine