2 Commits

Author SHA1 Message Date
121be9b5ef
Update Dockerfile for website root changes
- Changed document root variable to WEBSITE_ROOT
- Updated configuration files to reflect new path
- Set ownership of the website directory to www-data
- Adjusted .env file renaming to use the new root variable
2025-01-20 17:48:09 +01:00
f8f3b55382
Add Docker setup for PHP application
- Created a Dockerfile to set up a PHP 8.3 environment with Apache.
- Configured document root and timezone settings.
- Installed Composer and necessary PHP extensions.
- Added custom entrypoint and foreground scripts for Apache.
- Set up environment variable handling in the entrypoint script.
- Included commands for cache clearing and warming during startup.
2025-01-20 17:28:43 +01:00