|
@@ -9,7 +9,7 @@ RUN go env -w GOPROXY=https://goproxy.cn,direct
|
|
|
RUN --mount=type=cache,target=/go --mount=type=cache,target=/root/.cache/go-build \
|
|
|
GOODS=${GOODS} GOARCH=${GOARCH} go build -o /app/app app.go
|
|
|
|
|
|
-FROM nginx:1.25.1
|
|
|
+FROM registry.cn-hangzhou.aliyuncs.com/tuon-pub/nginx:1.25.1
|
|
|
|
|
|
WORKDIR /app
|
|
|
COPY --from=builder /app/app /app
|