diff --git a/patch-nextcloud.sh b/patch-nextcloud.sh index 42fc06e..6354c60 100755 --- a/patch-nextcloud.sh +++ b/patch-nextcloud.sh @@ -13,6 +13,6 @@ sed -i "$(awk '/^ENTRYPOINT /{line=NR} END{print line}' Dockerfile)s+^+# begin o echo "==> determine tags" full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile) echo "==> found $full_version" -echo "$full_version" > .tags cd $WORKDIR -cp -r nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* . \ No newline at end of file +cp -r nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* . +echo "$full_version" > .tags \ No newline at end of file