From f2638d6b88330999e26813af159ff56c36276890 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 8 Jan 2021 11:47:13 +0100 Subject: [PATCH] Trim the image down to minimum --- Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8963b13..93fbc14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,5 @@ 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 - -COPY . ${WORKDIR} - -COPY sbin/* /sbin/ - -ENTRYPOINT ["/sbin/entrypoint.sh"] - -CMD ["supervisord", "-c", "/app/supervisord.conf"]