FROM node:8.12.0-alpine RUN npm config set unsafe-perm true\ && npm install -g pm2 \ && rm -fr /tmp/* ~/.npm CMD [ "" ]