Skip to content

Commit

Permalink
Update makefile box compile
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Frömer <andreas.froemer@check24.de>
  • Loading branch information
Andreas Frömer authored and icanhazstring committed Jan 4, 2022
1 parent 21bcff3 commit c63732f
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 @@ -36,7 +36,7 @@ csfix: ## Run phpcs fixer
docker compose run php$(PHP_VERSION) vendor/bin/phpcbf

box: ## Compile /build/composer-unused.phar
docker compose run php$(PHP_VERSION) php box.phar compile
docker compose run php$(PHP_VERSION) php .phive/box.phar compile

ssh: ## SSH into container
docker compose run php$(PHP_VERSION) /bin/sh
Expand Down

0 comments on commit c63732f

Please sign in to comment.