removed the need for password for user

This commit is contained in:
ACoolName 2023-12-28 01:23:20 +02:00
parent 2ae1d28f45
commit 43aa9927bf
3 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,5 @@ if [[ -z $VERSION ]] ;
then then
VERSION=$(curl https://api.papermc.io/v2/projects/paper | jq -r .versions\[-1\]); VERSION=$(curl https://api.papermc.io/v2/projects/paper | jq -r .versions\[-1\]);
fi; 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 echo version=$VERSION

View File

@ -1,2 +1,2 @@
#!/bin/zsh #!/bin/zsh
docker build -t garrys-mod:latest . docker build -t garrys-mod:latest . --label type=GAME

2
steam/insurgency-sandstorm/create.sh Normal file → Executable file
View File

@ -1,2 +1,2 @@
#!/bin/zsh #!/bin/zsh
docker build -t insugency-sandstorm:latest . docker build -t insugency-sandstorm:latest . --label type=GAME