We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--wait
1 parent 15b4f00 commit c218d11Copy full SHA for c218d11
1 file changed
data/update_script.sh.erb
@@ -96,6 +96,7 @@ done
96
97
docker-compose <%= locals.compose_files.map{|f| ["-f", f.inspect]}.flatten.join(" ") %> up \
98
--build \
99
+ --wait \
100
--remove-orphans \
101
-d
102
0 commit comments