Use ln -s instead of ln due to image size

This commit is contained in:
Ashcon Partovi
2023-09-26 19:05:39 -07:00
parent fbbf184b1d
commit c1deec3c16
5 changed files with 5 additions and 5 deletions

View File

@@ -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"]