From e599f5fe3828fe0770ceaa8bfd269d58cb4fb907 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Wed, 1 Apr 2026 13:09:03 -0500 Subject: [PATCH] =?UTF-8?q?fix(web):=20add=20public/=20directory=20?= =?UTF-8?q?=E2=80=94=20fixes=20Docker=20build=20COPY=20failure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- apps/web/public/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 apps/web/public/.gitkeep diff --git a/apps/web/public/.gitkeep b/apps/web/public/.gitkeep new file mode 100644 index 0000000..e69de29