From ba8955e7aa9f985715d4a315a070730ae2729165 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 9 Oct 2021 13:45:05 -0300 Subject: [PATCH] ensure there's an alert email --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 27d310f..dc02004 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ ARG ALPINE_VERSION=3.13.6 ARG BASE_IMAGE=alpine ARG EMAIL=monit@sutty.nl FROM ${BASE_IMAGE}:${ALPINE_VERSION} as build +ENV EMAIL ${EMAIL:-monit@sutty.nl} RUN apk add --no-cache tzdata