1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
pixelfed_ynh/docker/start.sh
2018-06-16 09:50:38 +02:00

6 lines
96 B
Bash
Executable file

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