added minecraft and factorio
This commit is contained in:
7
minecraft/paper/create.sh
Normal file
7
minecraft/paper/create.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/zsh
|
||||
if [[ -z $VERSION ]] ;
|
||||
then
|
||||
VERSION=$(curl https://api.papermc.io/v2/projects/paper | \
|
||||
jq -r .versions[-1]);
|
||||
fi;
|
||||
docker build -t minecraft:paper-${VERSION} . --arg VERSION=${VERSION}
|
Reference in New Issue
Block a user