1
0
Fork 0
pm2/Dockerfile

4 lines
85 B
Docker

ARG tag=18-alpine
FROM node:${tag}
RUN yarn global add pm2
RUN pm2 install typescript