feat 去掉构建中的proxy
Some checks failed
Build image / build (push) Has been cancelled

This commit is contained in:
timerzz 2024-04-13 10:03:25 +08:00
parent 4e3e750da7
commit 35db85ba88

View File

@ -11,8 +11,6 @@ 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/