Added all docker stuff to the project

This commit is contained in:
Alejandro Celaya
2019-08-16 18:38:26 +02:00
parent 1cc2cfaec7
commit 6433a67d52
11 changed files with 476 additions and 31 deletions

View File

@@ -102,7 +102,7 @@
"cs": "phpcs",
"cs:fix": "phpcbf",
"stan": "phpstan analyse module/*/src/ module/*/config config --level=5 -c phpstan.neon",
"stan": "phpstan analyse module/*/src/ module/*/config config docker/config --level=5 -c phpstan.neon",
"test": [
"@test:unit",