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

@@ -19,7 +19,6 @@ mkdir -p "${builtcontent}"
rsync -av * "${builtcontent}" \
--exclude=bin/test \
--exclude=data/infra \
--exclude=data/travis \
--exclude=data/cache/* \
--exclude=data/log/* \
--exclude=data/locks/* \
@@ -33,8 +32,7 @@ rsync -av * "${builtcontent}" \
--exclude=composer.lock \
--exclude=vendor \
--exclude=docs \
--exclude=indocker \
--exclude=docker* \
--exclude=*docker* \
--exclude=php* \
--exclude=infection.json \
--exclude=phpstan.neon \