summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index eba2aba..02a09b2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,4 +5,6 @@ RUN cd /consul \
&& chmod +x kubectl \
&& apk add --no-cache jq
+COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
+
ENTRYPOINT /usr/local/bin/docker-entrypoint.sh