Try to wire up the mailer
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-09 19:06:09 +02:00
parent aca1ae7395
commit 80edffde42
5 changed files with 50 additions and 19 deletions
+2
View File
@@ -2,4 +2,6 @@ FROM alerta/alerta-web:7.4.5
EXPOSE 8080
RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/mailer
COPY . ${WORKDIR}