You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/docker/start.sh

9 lines
183 B
Bash

#!/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