Skip to content

Commit

Permalink
musl patches [v3] (oven-sh#15031)
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro authored Nov 8, 2024
1 parent 376b1b4 commit c2e7643
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/alpine/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ RUN file ./build/release/bun
RUN ldd ./build/release/bun
RUN ./build/release/bun

WORKDIR /output
RUN cp -R /app/bun/build/* .
RUN cp -R /app/bun/build/* /output

FROM scratch AS artifact
COPY --from=build /output /
Expand Down

0 comments on commit c2e7643

Please sign in to comment.