From be0353bd6a27779d09c972291c175b2dbe09af1b Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 31 Jan 2021 13:48:40 +0100 Subject: [PATCH] create instance actor --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) 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