entrypoint exec form
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
RUN printf '#!/bin/bash\n/usr/local/bin/confd -onetime -backend env\nexec ${@}' > /entrypoint.sh \
|
RUN printf '#!/bin/bash\n/usr/local/bin/confd -onetime -backend env\nexec ${@}' > /entrypoint.sh \
|
||||||
&& mkdir -p /etc/confd/{conf.d,templates} \
|
&& mkdir -p /etc/confd/{conf.d,templates} \
|
||||||
&& chmod +x /usr/local/bin/confd /entrypoint.sh
|
&& chmod +x /usr/local/bin/confd /entrypoint.sh
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
dest: /root/.buster-slim-docker-image/Dockerfile
|
dest: /root/.buster-slim-docker-image/Dockerfile
|
||||||
tags: skip_me
|
tags: skip_me
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user