This repository has been archived on 2020-10-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
alerta.autonomic.zone/Dockerfile
T

10 lines
215 B
Docker

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
RUN /venv/bin/pip install dnspython==1.16.0
COPY . ${WORKDIR}