From 44dc5ef43c55cc6702c6b6695f8beb6903461c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 25 Aug 2026 16:53:16 +0200 Subject: [PATCH] Fix Docker build: track empty public/ directory Git doesn't track empty directories, so public/ never made it into the CI checkout - the Dockerfile's COPY --from=build /app/public step failed with "not found" on a clean clone even though it worked locally (where the directory existed on disk but was never committed). Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01W8WkFF5ppURBAB918593Eb --- 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