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