1
0
Fork 0
Commit Graph

1 Commits

Author SHA1 Message Date
pooneyy 4dcb305a95
📦 build(mcy-shop): add dockerfile for php application
- 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
2025-10-03 20:21:51 +08:00