Skip to content

Commit

Permalink
symlink node -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Nov 18, 2023
1 parent cb363c8 commit 8de97c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV BUN_INSTALL /root/.bun
ENV PATH ${PATH}:/root/.bun/bin
RUN curl -fsSL https://bun.sh/install | bash
ENV PATH ${PATH}:/root/.bun/bin:/root/.bin
RUN curl -fsSL https://bun.sh/install | bash \
&& ln -s /root/.bun/bin/bun /root/.bun/node

ENV PNPM_HOME /root/.local/share/pnpm
RUN bun i -g [email protected]
Expand Down

0 comments on commit 8de97c9

Please sign in to comment.