mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Optimized for SPA
This commit is contained in:
@@ -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
|
||||
|
3
administration/node-container-cli.sh
Normal file
3
administration/node-container-cli.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$(readlink -f "${0}")")/../docker-symfony/" || exit 1
|
||||
docker-compose exec node /bin/bash
|
Reference in New Issue
Block a user