Skip to content

Commit

Permalink
ah
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Nov 18, 2023
1 parent 8de97c9 commit c09bdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ENV BUN_INSTALL /root/.bun
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
&& ln -s /root/.bun/bin/bun /root/.bin/node

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

0 comments on commit c09bdd2

Please sign in to comment.