Skip to content

Commit 1b14e72

Browse files
author
Hermann
committed
fix makefile composer-install and update
1 parent cebc5d0 commit 1b14e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ code-find-smells md: ## Run static analysis tool to find code smells using mess
3838
@docker compose exec ${PHP_CONTAINER_NAME} ./vendor/bin/phpmd src,tests text phpmd.xml --suffixes php
3939

4040
composer-update: ## Run composer update
41-
@docker run --rm --interactive --tty --volume $PWD:/app composer update
41+
@docker run --rm --interactive --tty --volume $$PWD:/app composer update
4242

4343
composer-install: ## Run composer update
44-
@docker run --rm --interactive --tty --volume $PWD:/app composer install
44+
@docker run --rm --interactive --tty --volume $$PWD:/app composer install
4545

4646
console c: ## Run the container bash console
4747
docker exec -it php /bin/bash

0 commit comments

Comments
 (0)