Added start script

This commit is contained in:
Kevin Frantz 2018-09-06 08:12:41 +02:00
parent 05e87bdfcc
commit 0955f6a920

1
administration/start.sh Normal file
View File

@ -0,0 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose up -d)