From c9a1084b58c054a05810620b7bdef095f2d3ee9e Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 15 Feb 2026 09:44:32 -0700 Subject: [PATCH] fix: add public dir and favicon for Docker build Co-Authored-By: Claude Opus 4.6 --- app/icon.svg | 5 +++++ public/.gitkeep | 0 2 files changed, 5 insertions(+) create mode 100644 app/icon.svg create mode 100644 public/.gitkeep diff --git a/app/icon.svg b/app/icon.svg new file mode 100644 index 0000000..eb913b4 --- /dev/null +++ b/app/icon.svg @@ -0,0 +1,5 @@ + + + + rT + diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 0000000..e69de29