pixelfed/docker/start.sh

7 lines
111 B
Bash
Raw Normal View History

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