#!/usr/bin/env bash

# Get into PHP container and run whatever command
docker exec -u dev -it bluz_php $@
