Stu Mason
Stu Mason

Activity

Pull Request Opened

PR #37 opened: 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=true workaround - 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:install and build Docker image

Closes #36

Stu Mason + AI [email protected]

+101
additions
-20
deletions
14
files changed