screen test

This commit is contained in:
2023-11-18 05:40:17 -08:00
parent 5625c36e10
commit a32f028e81
2 changed files with 5 additions and 3 deletions

View File

@@ -3,5 +3,8 @@
# All rights reserved
docker build --pull --rm -f "testing/Dockerfile" -t fithwum/minecraft:testing "vanilla"
docker push fithwum/minecraft:testing
docker build --pull --rm -f "vanilla/Dockerfile" -t fithwum/minecraft:latest "vanilla"
docker push fithwum/minecraft:latest
docker build --pull --rm -f "fabric/Dockerfile" -t fithwum/minecraft-fabric:latest "fabric"
docker push fithwum/minecraft-fabric:latest

View File

@@ -101,7 +101,6 @@ sleep 1
# Run Minecraft server.
echo " "
echo "INFO ! Starting Minecraft Server $MC_VERSION"
cd /MCserver
screen -S minecraft -d -m sh run-$MC_VERSION.sh --dataPath=/MCserver
screen -S minecraft -d -m sh /MCserver/run-$MC_VERSION.sh --dataPath=/MCserver
exit