Skip to content

Commit f02cb7b

Browse files
authored
Merge pull request #4 from thisisdevelopment/fix/docker-compose
fix: Use `docker compose` instead of `docker-compose`
2 parents abfd72e + 4a9fe8f commit f02cb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/bin/dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -n "${COMPOSER_RUNTIME_BIN_DIR:-}" ]; then
77
else
88
cd $(dirname "$0")/../../
99
fi
10-
COMPOSE="docker-compose"
10+
COMPOSE="docker compose"
1111
COMPOSE_SERVICE="app"
1212

1313
if [ ! -f "docker-compose.yml" ]; then

0 commit comments

Comments
 (0)