Skip to content
Snippets Groups Projects
Commit e9f684a3 authored by nimrod's avatar nimrod
Browse files

- Eval the exec statement, see https://www.shore.co.il/blog/docker_entrypoint/ .

parent 0fd261c9
Branches
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
set -eu
service unbound start
echo 'nameserver 127.0.0.1' > /etc/resolv.conf
exec $@
eval "exec $@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment