Pull Request Merged
PR #37 merged: fix: use PHP+Node base image for frontend builds
Summary
- Uses PHP+Node base image for frontend build stage instead of
node:20-alpine - Enables Laravel Vite plugins (like Wayfinder) to run artisan commands during
npm run build - Removes
DOCKER_BUILD=trueworkaround - no vite.config.js modifications needed
Test plan
- Run
composer test -- --filter=DockerGenerator- all tests pass - Run
composer test && composer lint- full suite passes - Test with actual Wayfinder app: run
php artisan coolify:installand build Docker image
Closes #36
Stu Mason + AI [email protected]
+101
additions
-20
deletions
14
files changed