1
0
Fork 0
pm2/Dockerfile

4 lines
78 B
Docker

ARG tag=16-alpine
FROM node:${tag}
RUN npm i -g pm2
RUN pm2 install typescript