diff --git a/bin/app/shell b/bin/app/shell new file mode 100755 index 000000000..5d8f7f66d --- /dev/null +++ b/bin/app/shell @@ -0,0 +1,2 @@ +#!/bin/bash +(cd `dirname $0`/../../containers && docker-compose exec php-fpm bash $@)