1
0
Fork 0

Update Dockerfile to use Node.js 16-alpine and npm instead of yarn for global package installation. Also, update pm2 installation command.
ci/woodpecker/push/woodpecker Pipeline is pending Details

main
naicoi 2023-05-18 14:39:04 +07:00
parent 303883a015
commit 5fddcc0b14
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARG tag=18-alpine
ARG tag=16-alpine
FROM node:${tag}
RUN yarn global add pm2
RUN npm i -g pm2
RUN pm2 install typescript