From 1c4a474ad707f7ba3e24a9aeda2a5f389b9ac64b Mon Sep 17 00:00:00 2001 From: Randall Stillwell Date: Tue, 10 Mar 2026 08:28:43 -0500 Subject: [PATCH] Add public directory required by Next.js standalone output The Dockerfile COPY step for /app/public fails when the directory doesn't exist. Verified with local Docker build. Made-with: Cursor --- 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