Skip to content

Commit

Permalink
run security file creation on apache launch
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbradbury committed Jul 23, 2024
1 parent 417f15c commit 278b71f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ if [ ! -e matomo.php ]; then
chown -R "$user":"$group" .
fi

/var/www/html/console core:create-security-files

exec "$@"

0 comments on commit 278b71f

Please sign in to comment.