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