Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
i'll do this then
  • Loading branch information
meadowsys committed Nov 18, 2023
1 parent c09bdd2 commit 143c5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +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:/root/.bin
ENV PATH ${PATH}:/root/.bun/bin
RUN curl -fsSL https://bun.sh/install | bash \
&& ln -s /root/.bun/bin/bun /root/.bin/node
&& ln -s /root/.bun/bin/bun /root/.bun/bin/node

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

0 comments on commit 143c5c5

Please sign in to comment.