From 20ba0f94e649a77ff120329d29b8911463becf1d Mon Sep 17 00:00:00 2001 From: valknarness Date: Fri, 7 Nov 2025 14:53:53 +0100 Subject: [PATCH] fix: add files to public directory for Docker build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add placeholder files to ensure public directory is not empty: - robots.txt for SEO - .gitkeep to track directory in git Fixes Docker buildx cache key calculation error where empty public directory caused build to fail. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- public/.gitkeep | 1 + public/robots.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 public/.gitkeep create mode 100644 public/robots.txt diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 0000000..80512b6 --- /dev/null +++ b/public/.gitkeep @@ -0,0 +1 @@ +# This file ensures the public directory is tracked by git diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: