fix 修复构架后前端位置不正确的bug

This commit is contained in:
timerzz 2024-04-10 17:59:53 +08:00
parent 59f1de2cd3
commit d09465645b

View File

@ -16,6 +16,6 @@ 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/
COPY --from=front /build/wwwroot/dist /work/
COPY --from=front /build/wwwroot/dist /work/dist/
ENTRYPOINT ["/work/watcher"]