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

Remove trailing whitespaces

This commit is contained in:
Tilo Spannagel 2018-08-01 22:55:25 +02:00
parent 39d259adfc
commit 654ddeae23
17 changed files with 34 additions and 34 deletions

View file

@ -10,7 +10,7 @@ dirs=( "${dirs[@]%/}" )
for dir in "${dirs[@]}"; do
if [ -d "$dir/$VARIANT" ]; then
(
cd "$dir/$VARIANT"
cd "$dir/$VARIANT"
sed -ri -e 's/^FROM .*/FROM '"$image"'/g' 'Dockerfile'
docker build -t "$image-$dir" .
~/official-images/test/run.sh "$image-$dir"