diff --git a/build_testing.sh b/build_testing.sh new file mode 100755 index 0000000..0c35fdb --- /dev/null +++ b/build_testing.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# Copyright (c) 2023 fithwum +# All rights reserved + +docker build --pull --rm -f "testing/Dockerfile" -t fithwum/minecraft:testing "vanilla" \ No newline at end of file