- 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.