1
0
mirror of https://github.com/prometheus/alertmanager.git synced 2026-02-05 15:45:34 +01:00
Files
alertmanager/template/Dockerfile
2024-08-21 16:49:10 +01:00

8 lines
115 B
Docker

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