diff --git a/Dockerfile b/Dockerfile index fdf2602..8d9b14d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]