...

Text file src/github.com/prometheus/alertmanager/template/Dockerfile

Documentation: github.com/prometheus/alertmanager/template

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

View as plain text