From b55af81e9ef4592a9acdb398d7b787a61429c400 Mon Sep 17 00:00:00 2001 From: Roger Date: Thu, 23 Jan 2025 13:11:10 -0500 Subject: [PATCH] fix ext --- Dockerfile | 3 ++- README.md | 2 +- launch.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 955e64d..e2dc664 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,8 @@ USER minecraft VOLUME /data WORKDIR /data - + EXPOSE 25565/tcp CMD ["/launch.sh"] + \ No newline at end of file diff --git a/README.md b/README.md index 9d481d5..a09044c 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ Docker: https://hub.docker.com/repository/docker/goobaroo/allthemods9 ## Source (This repo) Github: https://github.com/W3LFARe/docker-allthemods10 -Docker: https://registry.hub.docker.com/r/w3lfare/allthemods10 +Docker: https://registry.hub.docker.com/r/w3lfare/allthemods10 diff --git a/launch.sh b/launch.sh index 61b2348..9aa59ec 100644 --- a/launch.sh +++ b/launch.sh @@ -1,5 +1,5 @@ #!/bin/bash - + set -x NEOFORGE_VERSION=21.1.97