fix(web): add public/ directory — fixes Docker build COPY failure #343

Merged
jason.woltje merged 1 commits from fix/web-public-dir into main 2026-04-01 18:09:41 +00:00
Owner

Kaniko fails when COPY --from=builder references a path that doesn't exist. The web app had no public/ directory, causing build-web to fail with lstat /kaniko/1/app/apps/web/public: no such file or directory.

Kaniko fails when `COPY --from=builder` references a path that doesn't exist. The web app had no `public/` directory, causing `build-web` to fail with `lstat /kaniko/1/app/apps/web/public: no such file or directory`.
jason.woltje added 1 commit 2026-04-01 18:09:36 +00:00
fix(web): add public/ directory — fixes Docker build COPY failure
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
e599f5fe38
Kaniko fails when COPY --from=builder references a path that doesn't
exist. The web app had no public/ directory, causing build-web to fail
with 'no such file or directory' on the public assets COPY step.
jason.woltje merged commit f3cb3e6852 into main 2026-04-01 18:09:41 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#343