added fabric to images
This commit is contained in:
6
minecraft/fabric/create.sh
Executable file
6
minecraft/fabric/create.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
if [[ -z $VERSION ]] ;
|
||||
then
|
||||
VERSION=$(curl https://api.papermc.io/v2/projects/paper | jq -r .versions\[-1\]);
|
||||
fi;
|
||||
docker build --label type=GAME -t "minecraft:paper-$VERSION" . --build-arg VERSION=$VERSION
|
||||
Reference in New Issue
Block a user