Added a custom entrypoint script and finished off the saving feature of the admin page.

This commit is contained in:
2025-07-03 12:19:22 +10:00
parent 7237db7d52
commit 80119002e9
5 changed files with 61 additions and 54 deletions

8
entrypoint.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
echo "Custom entrypoint.sh: `hostname -s`!"
chmod -Rfv ugo+w /var/www/html/dat
exec docker-php-entrypoint apache2-foreground