1FROM node 2 3ENV NODE_PATH="/usr/local/lib/node_modules" 4 5RUN npm install juice -g 6 7ENTRYPOINT [""]
View as plain text