This commit is contained in:
2024-12-29 03:32:27 +02:00
parent 73483f6a16
commit b693610408
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -6,6 +6,12 @@
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>