images/server-php/product/composer.json
Snider bd10a3f377 fix(server-php): add minimal product placeholder for base image
The Dockerfile requires product/ directory for the builder stage.
For the base image, this is a minimal placeholder that returns JSON.
Applications should mount their own code at /var/www/html.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 23:54:26 +00:00

6 lines
140 B
JSON

{
"name": "host-uk/server-php-placeholder",
"description": "Placeholder for base image",
"type": "project",
"require": {}
}