added minecraft and factorio

This commit is contained in:
2023-12-26 19:39:19 +02:00
parent a79619b74d
commit 5f19ad5c36
3 changed files with 24 additions and 0 deletions

View 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}