build files

This commit is contained in:
2023-11-11 21:03:32 -08:00
parent d5214ab680
commit e250afc8c2
4 changed files with 7 additions and 15 deletions

View File

@@ -1,5 +0,0 @@
#!/bin/bash
# Copyright (c) 2023 fithwum
# All rights reserved
docker build --pull --rm -f "fabric/Dockerfile" -t fithwum/minecraft-fabric:latest "fabric"

7
build_minecraft.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Copyright (c) 2023 fithwum
# All rights reserved
docker build --pull --rm -f "testing/Dockerfile" -t fithwum/minecraft:testing "vanilla"
docker build --pull --rm -f "vanilla/Dockerfile" -t fithwum/minecraft:latest "vanilla"
docker build --pull --rm -f "fabric/Dockerfile" -t fithwum/minecraft-fabric:latest "fabric"

View File

@@ -1,5 +0,0 @@
#!/bin/bash
# Copyright (c) 2023 fithwum
# All rights reserved
docker build --pull --rm -f "testing/Dockerfile" -t fithwum/minecraft:testing "vanilla"

View File

@@ -1,5 +0,0 @@
#!/bin/bash
# Copyright (c) 2023 fithwum
# All rights reserved
docker build --pull --rm -f "vanilla/Dockerfile" -t fithwum/minecraft:latest "vanilla"