Skip to content

Commit 11e5239

Browse files
committed
Replace docker compose V2 instead V1
1 parent 20fe023 commit 11e5239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
while getopts "bustefdp" OPTION; do
77
case $OPTION in
88
b)
9-
docker-compose pull -q && docker-compose build
9+
docker compose pull -q && docker compose build
1010
;;
1111
u)
1212
docker-compose up

0 commit comments

Comments
 (0)