/usr/local/lib/node_modules/pm2/lib/templates/Dockerfiles
NameSizeModeActions
Dockerfile-java.tpl1580644editdlrm
Dockerfile-nodejs.tpl1140644editdlrm
Dockerfile-ruby.tpl1580644editdlrm
Edit: /usr/local/lib/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-ruby.tpl (158B)
FROM anapsix/alpine-ruby:latest RUN apk update && apk add git && rm -rf /var/cache/apk/* RUN npm install pm2@next -g RUN mkdir -p /var/app WORKDIR /var/app