Most of this is just gpt slop

This commit is contained in:
j 2025-06-30 13:04:18 +10:00
parent 9213ca6df6
commit 57afb8862d
12 changed files with 600 additions and 0 deletions

8
docker/entrypoint.sh Normal file
View file

@ -0,0 +1,8 @@
#!/bin/bash
set -e
composer install --no-interaction --optimize-autoloader
composer dump-autoload -o
composer migrate
/usr/sbin/apache2 -DFOREGROUND