[TOOLS][PHPStan][TESTS][Docker] Rework testing Docker container into a more generic tooling container. Keep services up and run coverage and phpstan as commands, for performance and ease of use

This commit is contained in:
2021-09-09 00:40:34 +01:00
parent 9742a07bae
commit 9d7f43cd28
12 changed files with 30 additions and 21 deletions

View File

@@ -32,6 +32,7 @@ cat <<EOF
- ./docker/social/install.sh:/var/entrypoint.d/social_install.sh
# Main files
- .:/var/www/social
- /var/www/social/docker # exclude docker folder
env_file:
- ./docker/social/social.env
- ./docker/db/db.env