Files
ushare/Dockerfile
loveuer 90093f79c9
Some checks failed
/ build ushare (push) Failing after 2m53s
/ clean (push) Successful in 3s
fix: copy frontend dist into backend-builder for go:embed
The 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]
2026-02-27 19:49:50 -08:00

1.1 KiB