mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-09 15:28:50 -06:00
The Go binary embeds static files from backend/cmd/community/web/dist via go:embed directive. The e2e-tests workflow was building the frontend in webapp/dist but not copying it to the embed location before compiling, resulting in an empty app (no Vue frontend loaded). This commit adds the missing copy step, matching the Dockerfile build process.