mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 12:50:54 +02:00
Use exclude file for the updater
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
de7204ccda
commit
a46493fbc4
5 changed files with 10 additions and 3 deletions
|
@ -85,6 +85,9 @@ function create_variant() {
|
|||
cp "docker-$name.sh" "$dir/$name.sh"
|
||||
done
|
||||
|
||||
# Copy the upgrade.exclude
|
||||
cp upgrade.exclude "$dir/"
|
||||
|
||||
# Copy the config directory
|
||||
cp -rT .config "$dir/config"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue