fix: add files to public directory for Docker build

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 <noreply@anthropic.com>
This commit is contained in:
valknarness
2025-11-07 14:53:53 +01:00
parent a109a18627
commit 20ba0f94e6
2 changed files with 4 additions and 0 deletions

1
public/.gitkeep Normal file
View File

@@ -0,0 +1 @@
# This file ensures the public directory is tracked by git

3
public/robots.txt Normal file
View File

@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow: