[TOOLS] Make PHP-CS-Fixer and PHP-Doc-check run inside the tooling container
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../vendor/bin/php-doc-check
|
5
bin/php-doc-check
Executable file
5
bin/php-doc-check
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. bin/translate_container_name.sh
|
||||
|
||||
docker exec -it "$(translate_container_name tooling_php_1)" /var/www/social/vendor/bin/php-doc-check src components plugins
|
Reference in New Issue
Block a user