diff --git a/Dockerfile b/Dockerfile index 95479cdc50..f5b4eaf77b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -124,4 +124,4 @@ FROM scratch AS plugins COPY --from=build-plugins /out . FROM scratch AS binary -COPY --from=build /out . +COPY --from=build /out/docker /docker