Skip to content

Commit

Permalink
fix(docker): Fix docker compose command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
welcoMattic committed Aug 5, 2024
1 parent 3fc928c commit 161010d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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=sylius_ui_elements_plugin
PLUGIN_NAME=sylius-ui-elements-plugin
COMPOSE=docker-compose
COMPOSE=docker compose
YARN=yarn
DOCTRINE_MIGRATIONS_NAMESPACE=MonsieurBiz\SyliusUiElementsPlugin\Migrations

Expand Down Expand Up @@ -205,7 +205,7 @@ docker.logs: ## Logs the docker containers
.PHONY: docker.logs

docker.dc: ARGS=ps
docker.dc: ## Run docker-compose command. Use ARGS="" to pass parameters to docker-compose.
docker.dc: ## Run docker compose command. Use ARGS="" to pass parameters to docker-compose.
cd ${APP_DIR} && ${COMPOSE} ${ARGS}
.PHONY: docker.dc

Expand Down

0 comments on commit 161010d

Please sign in to comment.