Update .gitignore, docker-compose.yml, phpunit.xml.dist

This commit is contained in:
Meritoo
2019-08-02 12:35:07 +02:00
parent 79708f4e61
commit dabb1e90c3
5 changed files with 115 additions and 119 deletions

View File

@@ -10,7 +10,7 @@ services:
entrypoint: php
command: -S 0.0.0.0:9999
environment:
TIMEZONE: ${TIMEZONE}
PHP_DATE_TIMEZONE: ${PHP_DATE_TIMEZONE}
volumes:
- .:/var/www/application:cached
composer: