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 committed Dec 16, 2021
1 parent 9e84e9e commit ce44dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -36,7 +36,7 @@ csfix:
docker exec -it $(CONTAINER) vendor/bin/phpcbf

box:
docker exec -it $(CONTAINER) php box.phar compile
docker exec -it $(CONTAINER) php .phive/box.phar compile

ssh:
docker exec -it $(CONTAINER) /bin/sh
Expand Down

0 comments on commit ce44dfb

Please sign in to comment.