infinito/administration/build.sh
2018-09-06 23:14:47 +02:00

8 lines
143 B
Bash

(
cd $(dirname $(readlink -f ${0}))/../;
cp -v .env.dist docker-symfony/.env;
cd docker-symfony;
docker-compose build;
docker-compose up -d;
)