2018-12-06 08:53:27 +01:00
|
|
|
#!/bin/bash
|
|
|
|
# Copies the configuration files
|
2019-01-05 12:38:58 +01:00
|
|
|
cd "$(dirname "$(readlink -f "${0}")")/../" || exit 1
|
|
|
|
cp -v .env.dist docker-symfony/.env
|
|
|
|
cp -v ./application/phpunit.xml.dist ./application/phpunit.xml
|