summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorSoulou <leo@unbekandt.eu>2015-12-14 00:06:54 +0100
committerSoulou <leo@unbekandt.eu>2015-12-14 00:06:59 +0100
commit6ea618fce10f44f29f997f3d9d87bc301137ca2d (patch)
treeedb40aeeb9cb5c1cedf07e27945b682703d5b274 /Dockerfile
parent91e81a2a02d25d2e0ba616d53b7cd4a128e4b553 (diff)
downloadmunin-6ea618fce10f44f29f997f3d9d87bc301137ca2d.tar.gz
munin-6ea618fce10f44f29f997f3d9d87bc301137ca2d.tar.bz2
munin-6ea618fce10f44f29f997f3d9d87bc301137ca2d.tar.xz
munin-6ea618fce10f44f29f997f3d9d87bc301137ca2d.zip
Correctly stop on SIGINT/SIGTERM signals
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
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"]