2 Commits

Author SHA1 Message Date
e0a0b96c70
Update Dockerfile for environment file handling
- Changed from moving to copying the .env.sample
- Updated path to use APACHE_DOCUMENT_ROOT for .env
2025-01-20 17:37:40 +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