-
fix: copy frontend dist into backend-builder for go:embed
released this
2026-02-28 03:49:50 +00:00 | 4 commits to master since this releaseThe backend Go build embeds the frontend via //go:embed frontend/dist
in internal/static/static.go. The Dockerfile was missing a
COPY --from=frontend-builder step to place the built dist at the
expected path before running go build, causing the build to fail.🤖 Generated with [Qoder][https://qoder.com]
Downloads