mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-26 16:12:20 +00:00
e768371a39
* Run elm-upgrade * Make compile * Update index.html * Upgrade tests * Finalize the upgrade * Optimize!
8 lines
117 B
Docker
8 lines
117 B
Docker
FROM node:6.10
|
|
|
|
RUN npm install -g \
|
|
elm@0.19.0 \
|
|
elm-format@0.8.0 \
|
|
elm-test@0.19.0-beta5 \
|
|
uglify-js@3.4.7
|