From 6fab4008668b3e7fedfeae429e39992e56cecc15 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 12:10:44 +0200 Subject: [PATCH] Explicitly run the CMD now too --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 365c85f..32860cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,3 +9,5 @@ COPY . ${WORKDIR} COPY sbin/* /sbin/ ENTRYPOINT ["/sbin/entrypoint.sh"] + +CMD ["supervisord", "-c", "/app/supervisord.conf"]