mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Use ln -s instead of ln due to image size
This commit is contained in:
@@ -62,6 +62,6 @@ FROM gcr.io/distroless/base-nossl-debian11
|
||||
# List of sources to destination (final path):
|
||||
COPY --from=build \
|
||||
/usr/local/bin/bun /usr/local/bin/bunx \
|
||||
/usr/local/bin
|
||||
/usr/local/bin/
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/bun"]
|
||||
|
||||
Reference in New Issue
Block a user