sync again

This commit is contained in:
vbarda
2024-06-18 20:38:40 -04:00
parent 8be35f3b59
commit b35bb19b31
4 changed files with 2 additions and 9 deletions
+2
View File
@@ -207,6 +207,8 @@ def up(
args.append("--watch")
if wait:
args.append("--wait")
else:
args.append("--abort-on-container-exit")
# run docker compose
set("Building...")