Files
images/minecraft/forge/create.sh

7 lines
138 B
Bash
Executable File

#!/bin/sh
if [[ -z $VERSION ]] ;
then
VERSION=1.20.2;
fi;
docker build -t "minecraft:forge-$VERSION" . --build-arg VERSION=$VERSION