Added bash console

This commit is contained in:
Kevin Frantz 2018-09-06 08:56:58 +02:00
parent 99371d9521
commit f86b9a0f75

1
administration/bash.sh Normal file
View File

@ -0,0 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php /bin/bash)