From 933cbdca5d8507147dfebe090ff0445691cdfd0f Mon Sep 17 00:00:00 2001 From: sump pump Date: Sun, 28 Jun 2020 13:50:55 -0600 Subject: [PATCH] Update build.sh --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index abd2f98..badc9ba 100644 --- a/build.sh +++ b/build.sh @@ -90,6 +90,11 @@ do find bind -type f | sed -e "s@bind/@@g" | xargs -I '{}' cp --verbose bind/{} /etc/bind/$netname/{} # Fill out templates and remove them after process_templates "/etc/bind/$netname/" "$sigil_vars" + + # Docker + # Copy template to directory + cp ./../docker-compose.yml.tmpl . + process_templates "." "$sigil_vars" echo $sigil_vars | tr ' ' '\n' > .env docker-compose -p $netname down