feat(UI): added docker image and config

This commit is contained in:
2025-10-10 11:15:28 +13:00
parent 9e61d18bf6
commit 9f5a25fcf5
23 changed files with 3287 additions and 18 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
set -e
# Create BDFR config directory if it doesn't exist
# This needs to be done at runtime because /app/data is a volume mount
mkdir -p /app/data/bdfr-config
chmod 755 /app/data/bdfr-config
# Execute the main command
exec "$@"