From 6ea618fce10f44f29f997f3d9d87bc301137ca2d Mon Sep 17 00:00:00 2001 From: Soulou Date: Mon, 14 Dec 2015 00:06:54 +0100 Subject: Correctly stop on SIGINT/SIGTERM signals --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 34073bf..738b909 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,4 @@ ADD ./munin-update-logging.patch /usr/share/munin RUN cd /usr/share/munin && patch munin-graph < munin-graph-logging.patch && patch munin-update < munin-update-logging.patch EXPOSE 8080 -CMD bash /munin - +CMD ["bash", "/munin"] -- cgit v1.2.1