alertmanager/template/Dockerfile

8 lines
115 B
Docker
Raw Permalink Normal View History

FROM node:20-alpine
ENV NODE_PATH="/usr/local/lib/node_modules"
RUN npm install juice@10.0.1 -g
ENTRYPOINT [""]