Commit 4ee9467e authored by Geoff Simmons's avatar Geoff Simmons

Remove an unused exec script for the container.

parent 2335e361
......@@ -57,9 +57,6 @@ RUN /bin/rm /lib/systemd/system/varnish* \
&& /bin/rm /etc/varnish/* \
&& apt-get autoremove -y -q && apt-get clean && rm -rf /var/lib/apt/lists/*
COPY ./container/reloader_exec.sh /usr/bin
RUN /bin/chmod 755 /usr/bin/reloader_exec.sh
ENV SRC=/go/src/code.uplex.de/uplex-varnish/k8s-vcl-reloader
COPY --from=builder ${SRC}/k8s-vcl-reloader /usr/bin
ENTRYPOINT ["/usr/bin/k8s-vcl-reloader"]
#!/bin/bash
set -e
set -u
exec /usr/bin/k8s-vcl-reloader "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment