fix: pushd

This commit is contained in:
Andy Bunce 2026-03-17 15:42:16 +00:00
parent 08616ffee2
commit 754e59ecbd

View file

@ -31,7 +31,7 @@ RUN curl -fsSL https://bun.sh/install | bash
RUN ( \
cd /usr/local/bin && \
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 \
)