pixelfed/docker/start.sh

7 lines
96 B
Bash
Raw Normal View History

#!/bin/bash
cp -r storage.skel/* storage/
php artisan migrate --force
exec apache2-foreground