mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-09 15:29:43 +00:00
a8d7f92c66
This adds three more steps to the Travis tests. 1. Compile Elm -> script.js 2. Bundle html.index & script.js -> bindata.go 3. Check if bindata.go hasn't changed
3 lines
51 B
Docker
3 lines
51 B
Docker
FROM node:latest
|
|
|
|
RUN npm install -g elm elm-format |