#!/bin/bash {{ if (env "PHP_EXTENSIONS") }} docker-php-ext-install {{ env "PHP_EXTENSIONS" }} {{ end }} if [ -n "$@" ]; then "$@" fi