From 6d4e141be399b40823c652109b757d597b710c37 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 24 Feb 2020 14:19:56 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 03dc73e..fda6d87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,5 @@ COPY init/entrypoint.sh /tmp/entrypoint.sh RUN chmod +x /tmp/entrypoint.sh ENTRYPOINT ["/tmp/entrypoint.sh"] +# Uncomment the following line if your sidecar needs to stay alive (ie. when your sidecar is *not* an initContainer) #CMD ["tail", "-f", "/dev/null"] \ No newline at end of file