Files
eCert-MBIP/vendor/intervention/gif/entrypoint.sh

7 lines
54 B
Bash

#!/bin/sh
set -e
composer install --quiet
exec "$@"