Commit graph

5 commits

Author SHA1 Message Date
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
Thorsten Bus 49d557a184 AI Tryfix for storage 404 problem 2026-04-11 16:33:07 +02:00
Thorsten Bus 00bffab74f fix(docker): build Vite assets at boot instead of syncing from image 2026-03-31 11:28:43 +02:00
Thorsten Bus 1fb07f40c9 fix(docker): remove Vite hot file at boot to prevent localhost:5173 asset URLs 2026-03-31 11:05:35 +02:00
Thorsten Bus fa10d792fa feat(docker): add boot-container.sh and init-app.sh lifecycle scripts 2026-03-31 09:17:47 +02:00