verify config
This commit is contained in:
parent
755c3c75d6
commit
d27b839b0d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue