From 349f4f713c1596a1e88571f647f5e61e7e124ac7 Mon Sep 17 00:00:00 2001 From: valentinbvro Date: Tue, 21 Jul 2026 19:36:36 +0200 Subject: [PATCH] fix: add public/ directory so Dockerfile's standalone build COPY succeeds Next.js only emits .next/standalone, not an empty public/ dir when the source has none -- the Dockerfile's COPY --from=build /app/public failed outright since the path never existed. --- 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