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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user