
#!/usr/bin/env bash

service_id=$(docker ps | grep vagrant_php | awk '{print $1}')

docker exec -it $service_id /root/install.sh
