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