fix(web): skip install scripts in container deps stage #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/fix-website-container-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
--ignore-scripts.Why
After
packages/uimoved to a submodule,bun installin the JSON-only Docker/Turbo prune stage ran the UI packagepreparescript beforetsconfig.build.jsonand source files were present. That broke production image rebuilds.Changes
--ignore-scriptsto the dependency-stagebun install.Testing
bun run checkbun run --cwd apps/web test src/lib/workspace-boundary.test.tspodman build -t localhost/dimensionlab-website:latest -f apps/web/Containerfile .Notes
A rollback tag exists locally:
localhost/dimensionlab-website:rollback-20260620130734.d16ddc4561to631e789546