1
0
Fork 0

Update Dockerfile to use the correct Node.js version
ci/woodpecker/push/woodpecker Pipeline failed Details

The Dockerfile has been updated to correctly reference the Node.js version specified by the tag argument. The pm2 package is now installed globally and typescript is installed using pm2.
main
naicoi 2023-05-18 00:44:51 +07:00
parent 9d51bf0357
commit 4072856af0
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 1 additions and 1 deletions

View File

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