mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-21 13:33:00 +00:00
f65137ac2d
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
8 lines
115 B
Docker
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 [""]
|