mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 12:50:54 +02:00
Add cron.sh
This commit is contained in:
parent
74c68d908b
commit
3747025dd6
15 changed files with 39 additions and 7 deletions
|
@ -51,8 +51,10 @@ for latest in "${latests[@]}"; do
|
|||
s/%%VARIANT_EXTRAS%%/'"${extras[$variant]}"'/g;
|
||||
' "$version/$variant/Dockerfile"
|
||||
|
||||
# Copy the docker-entrypoint.
|
||||
cp docker-entrypoint.sh "$version/$variant/docker-entrypoint.sh"
|
||||
# Copy the shell scripts
|
||||
for name in entrypoint cron; do
|
||||
cp "docker-$name.sh" "$version/$variant/$name.sh"
|
||||
done
|
||||
|
||||
# Copy the config directory
|
||||
cp -rT .config "$version/$variant/config"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue