diff --git a/Dockerfile b/Dockerfile index 41c92ea1..02e6eb6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ RUN --mount=type=cache,target="/go/pkg/mod" \ FROM scratch LABEL maintainer="yusing@6uo.me" +LABEL proxy.exclude=1 # copy timezone data COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo