feat(UI): added docker image and config
This commit is contained in:
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user