mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Optimized copy configuration for presentation of elk for IBM
This commit is contained in:
parent
61a6ea6b36
commit
39c6980fe4
@ -1,8 +1,7 @@
|
||||
(
|
||||
cd $(dirname $(readlink -f ${0}))/../;
|
||||
cp -v .env.dist docker-symfony/.env;
|
||||
cp -v ./application/phpunit.xml.dist ./application/phpunit.xml;
|
||||
cd docker-symfony;
|
||||
cd $(dirname $(readlink -f ${0}))/;
|
||||
bash ./copy-configuration.sh
|
||||
cd ../docker-symfony;
|
||||
docker-compose build;
|
||||
docker-compose up -d;
|
||||
)
|
||||
|
5
administration/copy-configuration.sh
Normal file
5
administration/copy-configuration.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Copies the configuration files
|
||||
cd $(dirname $(readlink -f ${0}))/../;
|
||||
cp -v .env.dist docker-symfony/.env;
|
||||
cp -v ./application/phpunit.xml.dist ./application/phpunit.xml;
|
Loading…
Reference in New Issue
Block a user