From ce00ab21fd6b093ae3cf744700ba7ef5314939d6 Mon Sep 17 00:00:00 2001 From: timerzz Date: Sat, 13 Apr 2024 10:37:57 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8cd6795..8d9b14d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ WORKDIR /build/wwwroot RUN bun install && bun run build FROM alpine:latest +ARG HTTP_PROXY=http://192.168.31.55:10809 +ARG HTTPS_PROXY=http://192.168.31.55:10809 RUN apk add --no-cache ca-certificates tzdata WORKDIR /work COPY --from=back /build/watcher /work/