Optimized for SPA

This commit is contained in:
Kevin Frantz
2019-01-05 23:52:37 +01:00
parent 9e685260e9
commit bccd6efaff
393 changed files with 253 additions and 37 deletions

View File

@@ -2,4 +2,4 @@
# Copies the configuration files
cd "$(dirname "$(readlink -f "${0}")")/../" || exit 1
cp -v .env.dist docker-symfony/.env
cp -v ./application/phpunit.xml.dist ./application/phpunit.xml
cp -v ./application/symfony/phpunit.xml.dist ./application/symfony/phpunit.xml

View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd "$(dirname "$(readlink -f "${0}")")/../docker-symfony/" || exit 1
docker-compose exec node /bin/bash