Skip to content

Commit c218d11

Browse files
Use docker v2 --wait option (#56)
1 parent 15b4f00 commit c218d11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

data/update_script.sh.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ done
9696

9797
docker-compose <%= locals.compose_files.map{|f| ["-f", f.inspect]}.flatten.join(" ") %> up \
9898
--build \
99+
--wait \
99100
--remove-orphans \
100101
-d
101102

0 commit comments

Comments
 (0)