layering issues
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m14s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m14s
This commit is contained in:
@@ -4,6 +4,11 @@ set -e
|
||||
if [[ -f /config/backupbot.env ]]; then
|
||||
export $(grep -v '^#' /config/backupbot.env | xargs)
|
||||
fi
|
||||
# Initialize default web interface if missing
|
||||
if [ ! -d /config/web ]; then
|
||||
echo "[INFO] Populating /config/web from defaults..."
|
||||
cp -r /defaults/web /config/
|
||||
fi
|
||||
|
||||
# Start Python HTTP server for web config in background
|
||||
cd /config/web
|
||||
|
||||
Reference in New Issue
Block a user