pp-planer/build
Thorsten Bus 0a345aa3b2 fix(docker): remove Node.js from production stage; add public-build asset sync pattern
- Remove Node.js from production image (was violating Must NOT Have constraint)
- Add 'RUN cp -r /app/public /app/public-build' in build stage after npm run build
- Replace 'npm run build' in boot-container.sh with 'cp -r /app/public-build/*'
- Add chown www-data for SQLite DB file in init-app.sh
- Remove git from production stage package list (not in plan spec)
- Update ENTRYPOINT comment to reflect new asset sync approach
2026-05-11 13:37:58 +02:00
..
boot-container.sh fix(docker): remove Node.js from production stage; add public-build asset sync pattern 2026-05-11 13:37:58 +02:00
Dockerfile fix(docker): remove Node.js from production stage; add public-build asset sync pattern 2026-05-11 13:37:58 +02:00
fpm-error-logging.conf feat(docker): add supervisord, PHP and FPM configs 2026-03-31 09:17:43 +02:00
fpm-pool.conf feat(docker): add supervisord, PHP and FPM configs 2026-03-31 09:17:43 +02:00
init-app.sh fix(docker): remove Node.js from production stage; add public-build asset sync pattern 2026-05-11 13:37:58 +02:00
php.ini feat(docker): add supervisord, PHP and FPM configs 2026-03-31 09:17:43 +02:00
supervisord.conf feat(docker): add supervisord, PHP and FPM configs 2026-03-31 09:17:43 +02:00