diff --git a/Dockerfile b/Dockerfile index 93fbc14..7ca3038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,9 @@ FROM alerta/alerta-web:8.3.3 +EXPOSE 8080 + RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/mailer RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=plugins/rocketchat + +CMD ["supervisord", "-c", "/app/supervisord.conf"]