copy files to root dir again
This commit is contained in:
parent
87c5bfeb75
commit
618c9aa2ed
2 changed files with 2 additions and 5 deletions
|
@ -11,4 +11,5 @@ 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
|
||||
echo "$full_version" > .tags
|
||||
cp nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* .
|
Loading…
Add table
Add a link
Reference in a new issue