fix: pushd
This commit is contained in:
parent
08616ffee2
commit
754e59ecbd
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ RUN curl -fsSL https://bun.sh/install | bash
|
||||||
RUN ( \
|
RUN ( \
|
||||||
cd /usr/local/bin && \
|
cd /usr/local/bin && \
|
||||||
echo '#!/bin/sh' %3E npx && echo 'exec bunx "$@"' >> npx && chmod +x npx && \
|
echo '#!/bin/sh' %3E npx && echo 'exec bunx "$@"' >> npx && chmod +x npx && \
|
||||||
echo '#!/bin/sh' %3E node && echo 'exec bun "$@"' >> node && chmod +x node && \
|
echo '#!/bin/sh' %3E node && echo 'exec bun "$@"' >> node && chmod +x node \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue