pixelfed/docker/start.sh
2018-06-16 09:50:38 +02:00

7 lines
96 B
Bash
Executable file

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