pixelfed/docker/start.sh
2018-06-12 22:48:43 +02:00

9 lines
183 B
Bash
Executable file

#!/bin/sh
mkdir -p storage/app/public/avatars
mkdir -p storage/{debugbar,logs}
mkdir -p storage/framework/{cache,sessions,views,testing}
php artisan migrate
exec apache2-foreground