infinito/administration/build.sh

4 lines
189 B
Bash
Raw Normal View History

2018-09-05 08:49:58 +02:00
cp .env.dist docker-symfony/.env
2018-09-05 09:03:50 +02:00
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose build && docker-compose up -d)
2018-09-06 23:02:52 +02:00
bash $(dirname $(readlink -f ${0}))/schema-update.sh