From 3ae05a0a2f329fedc6f585c1040698b0c2a20e26 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Mon, 9 Feb 2026 10:29:21 +0100 Subject: [PATCH] Add empty public/ directory for admin-v2 Docker build The Dockerfile COPY step expects /app/public to exist. Co-Authored-By: Claude Opus 4.6 --- admin-v2/public/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 admin-v2/public/.gitkeep diff --git a/admin-v2/public/.gitkeep b/admin-v2/public/.gitkeep new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/admin-v2/public/.gitkeep @@ -0,0 +1 @@ +{}