diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 53289be..a480f2f 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -56,4 +56,6 @@ if [ ! -e matomo.php ]; then chown -R "$user":"$group" . fi +/var/www/html/console core:create-security-files + exec "$@"