Skip to content

Commit

Permalink
chore(docker): avoid CI error use new docker compose syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Nov 14, 2024
1 parent bb096c4 commit 32b441e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COMPOSER=symfony composer
CONSOLE=${SYMFONY} console
export COMPOSE_PROJECT_NAME=advanced-promotion
PLUGIN_NAME=sylius-${COMPOSE_PROJECT_NAME}-plugin
COMPOSE=docker-compose
COMPOSE=docker compose
YARN=yarn
DOCTRINE_MIGRATIONS_NAMESPACE=MonsieurBiz\SyliusAdvancedPromotionPlugin\Migrations

Expand Down

0 comments on commit 32b441e

Please sign in to comment.