fix ext
This commit is contained in:
parent
cc56fac99f
commit
7f31fd3934
3 changed files with 4 additions and 3 deletions
|
|
@ -14,7 +14,8 @@ USER minecraft
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
||||||
EXPOSE 25565/tcp
|
EXPOSE 25565/tcp
|
||||||
|
|
||||||
CMD ["/launch.sh"]
|
CMD ["/launch.sh"]
|
||||||
|
|
||||||
|
|
@ -63,4 +63,4 @@ Docker: https://hub.docker.com/repository/docker/goobaroo/allthemods9
|
||||||
## Source (This repo)
|
## Source (This repo)
|
||||||
Github: https://github.com/W3LFARe/docker-allthemods10
|
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
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
NEOFORGE_VERSION=21.1.97
|
NEOFORGE_VERSION=21.1.97
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue