verify config

This commit is contained in:
f 2022-03-07 19:55:25 -03:00
parent 755c3c75d6
commit d27b839b0d

View file

@ -12,6 +12,7 @@ COPY ./monitrc /etc/monitrc
RUN chmod 600 /etc/monitrc
RUN sed -re "s/@@EMAIL@@/${EMAIL}/" -i /etc/monitrc
RUN sed -re "s/@@EMAIL_FROM@@/${EMAIL_FROM}/" -i /etc/monitrc
RUN monit -t
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
ARG ALPINE_VERSION