This commit is contained in:
parent
6ef83e2c6b
commit
ce00ab21fd
@ -11,6 +11,8 @@ WORKDIR /build/wwwroot
|
|||||||
RUN bun install && bun run build
|
RUN bun install && bun run build
|
||||||
|
|
||||||
FROM alpine:latest
|
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
|
RUN apk add --no-cache ca-certificates tzdata
|
||||||
WORKDIR /work
|
WORKDIR /work
|
||||||
COPY --from=back /build/watcher /work/
|
COPY --from=back /build/watcher /work/
|
||||||
|
Loading…
Reference in New Issue
Block a user