removed the need for password for user
This commit is contained in:
@@ -3,5 +3,5 @@ if [[ -z $VERSION ]] ;
|
||||
then
|
||||
VERSION=$(curl https://api.papermc.io/v2/projects/paper | jq -r .versions\[-1\]);
|
||||
fi;
|
||||
docker build -t "minecraft:paper-$VERSION" . --build-arg VERSION=$VERSION
|
||||
docker build -t "minecraft:paper-$VERSION" . --build-arg VERSION=$VERSION --label type=GAME
|
||||
echo version=$VERSION
|
||||
|
Reference in New Issue
Block a user