From 331a5fbfcab5ee0a5afd4c8bdafc5034ae958326 Mon Sep 17 00:00:00 2001 From: AJ Avezzano Date: Wed, 1 Apr 2026 11:30:16 -0400 Subject: [PATCH] fix: add public/ directory so Docker COPY stage doesn't fail The Dockerfile copies /app/public into the runner image. Without the directory existing in the build context the layer fails with "not found". Co-Authored-By: Claude Sonnet 4.6 --- public/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/.gitkeep diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 0000000..e69de29