added papermc, waterfall and a small script update

This commit is contained in:
2021-09-16 17:17:37 +02:00
parent 0f353654eb
commit cf22784b17
5 changed files with 86 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ for context in $*; do
else
extra=":latest"
fi
docker $op $context$extra
docker "$op" "$context"$extra
done