#!/usr/bin/env bash set -xe pixelfed 'php artisan media:optimize' pixelfed 'php artisan config:cache' pixelfed 'php artisan optimize' exec "$@"