diff --git a/entrypoint.sh b/entrypoint.sh index ac87031..9157528 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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