Skip to content

Commit ed681c5

Browse files
authored
chore: use dockers version of compose (#17)
1 parent 73b4d64 commit ed681c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PLUGIN_DIR=/var/www/html/wp-content/plugins/wp-graphql-filter-query
22
BIN_DIR=$(PLUGIN_DIR)/bin
33
COMPOSER=docker run --rm -it -v `pwd`:/app -w /app composer
4-
DC=docker-compose
4+
DC=docker compose
55

66
all: composer-install composer-dump-autoload build run setup lint test
77

0 commit comments

Comments
 (0)