Override entrypoint to run mailer
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user