- create new dockerfile based on php:8-apache-bookworm
- install required system dependencies (git, image libraries, zip)
- configure and install php extensions (gd, pdo_mysql, zip)
- clone mcy-shop repository and checkout specified ref
- clean up git files and set proper permissions
- enable apache rewrite module for url routing