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

@@ -67,7 +67,7 @@ RUN groupadd bun \
--gid bun \
--shell /bin/sh \
--create-home \
&& ln /usr/local/bin/bun /usr/local/bin/bunx \
&& ln -s /usr/local/bin/bun /usr/local/bin/bunx \
&& which bun \
&& which bunx \
&& bun --version