You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): add missing codegen schemas to astro-builder stage (#7994)
* fix(docker): add missing codegen schemas to astro-builder stage
The astro-kbve content collections import generated schemas from
packages/data/codegen/generated/ (itemdb-schema, mapdb-schema, etc.).
This directory was not copied into the Docker build context, causing
astro sync to fail with a missing module error and producing no build
output — which then surfaced as a COPY --from not-found error.
* fix(docker): add codegen schemas to all astro-builder stages
Proactively add packages/data/codegen/generated/ COPY to the
astro-builder stage in all service Dockerfiles (discordsh, cryptothrone,
herbmail, memes, irc-gateway, mc) so they don't break when content
collections start importing generated schemas.
0 commit comments