infinito/administration/build.sh
2018-12-06 10:05:24 +01:00

8 lines
135 B
Bash

(
cd $(dirname $(readlink -f ${0}))/;
bash ./copy-configuration.sh
cd ../docker-symfony;
docker-compose build;
docker-compose up -d;
)