Override entrypoint to run mailer
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luke Murphy
2020-04-10 12:00:12 +02:00
parent 02433ec962
commit 1eaabc9c11
2 changed files with 36 additions and 0 deletions

View File

@ -7,3 +7,7 @@ RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdi
RUN /venv/bin/pip install dnspython==1.16.0
COPY . ${WORKDIR}
COPY sbin/* /sbin/
ENTRYPOINT ["/sbin/entrypoint.sh"]