This commit is contained in:
Rizky 2024-01-20 06:26:07 +07:00
parent 6c75a94755
commit 45c276fda1
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ RUN apt-get install -y curl unzip bash
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.18" RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.18"
RUN ln -s $HOME/.bun/bin/bun /usr/local/bin/bun RUN ln -s $HOME/.bun/bin/bun /usr/local/bin/bun
RUN curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n && RUN curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n
bash n $NODE_VERSION && RUN n $NODE_VERSION &&
rm n && rm n &&
npm install -g n npm install -g n
RUN bun install -g pm2 RUN bun install -g pm2