#!/usr/bin/env bash

docker run --rm --interactive -t \
    --volume $PWD:/app \
    --user $(id -u):$(id -g) \
    tilkee-php $@
