infinito/administration/build.sh

8 lines
135 B
Bash
Raw Normal View History

2018-09-06 23:14:47 +02:00
(
cd $(dirname $(readlink -f ${0}))/;
bash ./copy-configuration.sh
cd ../docker-symfony;
2018-09-06 23:14:47 +02:00
docker-compose build;
docker-compose up -d;
)