diff options
| author | Soulou <leo@unbekandt.eu> | 2015-12-14 00:06:54 +0100 | 
|---|---|---|
| committer | Soulou <leo@unbekandt.eu> | 2015-12-14 00:06:59 +0100 | 
| commit | 6ea618fce10f44f29f997f3d9d87bc301137ca2d (patch) | |
| tree | edb40aeeb9cb5c1cedf07e27945b682703d5b274 /Dockerfile | |
| parent | 91e81a2a02d25d2e0ba616d53b7cd4a128e4b553 (diff) | |
| download | munin-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-- | Dockerfile | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -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"] | 
