create instance actor

This commit is contained in:
chris 2021-01-31 13:48:40 +01:00
parent f81ae6dc7c
commit be0353bd6a
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ then
gosu www-data php artisan migrate --force
fi
# create instance actor
gosu www-data php artisan instance:actor
echo "++++ Start apache... ++++"
source /etc/apache2/envvars
/usr/local/sbin/dumb-init apache2 -DFOREGROUND