This commit is contained in:
Rizky 2024-01-20 06:40:34 +07:00
parent 815ff9d0f4
commit 4855b82659
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get -y install nodejs
RUN npm install -g pm2
RUN npm install -g node-gyp
RUN npm install -g node-gyp-build-optional-packages
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.18"