adding reaper-web docker file config and compose
This commit is contained in:
6
docker_compose/reaper-web/seed-config.sh
Normal file
6
docker_compose/reaper-web/seed-config.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Seeding default configuration from image..."
|
||||
# Copy all hidden and visible files from /custom-defaults to /config without overwriting existing files
|
||||
cp -a --update=none /custom-defaults/. /config/ || true
|
||||
# Ensure the application user owns the configuration files
|
||||
chown -R abc:abc /config
|
||||
Reference in New Issue
Block a user