mirror of
https://github.com/farcasclaudiu/minecraft-btw.git
synced 2026-06-22 09:01:39 +03:00
19 lines
341 B
Markdown
19 lines
341 B
Markdown
# Minecraft server - 1.5.2 - Better Than Wolf
|
|
|
|
## Build the docker image
|
|
|
|
```sh
|
|
docker build --tag clodyx/btw-server:latest .
|
|
```
|
|
|
|
## Run in Docker
|
|
|
|
```sh
|
|
docker run -ti --name btw -p 25565:25565 clodyx/btw-server:latest
|
|
```
|
|
|
|
## Reference
|
|
|
|
<https://wiki.btwce.com/index.php?title=Installation>
|
|
<https://github.com/BTW-Community/BTW-Public>
|