mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
musl patches [v3] (#15031)
This commit is contained in:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user