0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 12:50:54 +02:00

Nextcloud 9 cleanup

This commit is contained in:
Tilo Spannagel 2017-06-21 17:51:36 +02:00
parent 2cfcc267fa
commit ebda756330
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
3 changed files with 0 additions and 13 deletions

View file

@ -49,11 +49,6 @@ for latest in "${latests[@]}"; do
sed -ri -e '/a2enmod/d' "$version/$variant/Dockerfile"
fi
# Remove the assets folder if version >= 10.0
if version_greater_or_equal "$version" "10.0"; then
sed -ri -e '/assets/d' "$version/$variant/Dockerfile"
fi
# Copy the docker-entrypoint.
cp docker-entrypoint.sh "$version/$variant/docker-entrypoint.sh"