feat 添加代理
Some checks failed
Build image / build (push) Failing after 11m6s

This commit is contained in:
timerzz 2024-04-13 10:37:57 +08:00
parent 6ef83e2c6b
commit ce00ab21fd

View File

@ -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/