#!/usr/bin/env bash

docker run --rm -i -u $(id -u) -v $PWD:/var/www/html -v $PWD/.composer:/tmp -w /var/www/html api-json-router_php composer "$@"