forked from dockers/pixelfed
create instance actor
This commit is contained in:
parent
f81ae6dc7c
commit
be0353bd6a
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ then
|
||||||
gosu www-data php artisan migrate --force
|
gosu www-data php artisan migrate --force
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# create instance actor
|
||||||
|
gosu www-data php artisan instance:actor
|
||||||
|
|
||||||
echo "++++ Start apache... ++++"
|
echo "++++ Start apache... ++++"
|
||||||
source /etc/apache2/envvars
|
source /etc/apache2/envvars
|
||||||
/usr/local/sbin/dumb-init apache2 -DFOREGROUND
|
/usr/local/sbin/dumb-init apache2 -DFOREGROUND
|
||||||
|
|
Loading…
Reference in a new issue