chore(deploy):Add gm2 dependency

Add gm2 dependency and rename env_install.log to env_install.sh for easy one-click installation on the host machine
This commit is contained in:
david_bai
2025-08-10 22:53:20 +08:00
parent 1c4cb08c24
commit 3e6c9b46e8
3 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc
RUN apt-get update
## Install Node.js, npm, pnpm
RUN apt install -y nodejs
RUN npm install -g pnpm
RUN npm install -g pnpm pm2
## node -v -> v20.18.1;npm -v -> 10.8.2;pnpm -v -> 9.14.4
## install Yarn package manager
#curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null