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
+1
View File
@@ -5,5 +5,6 @@ RUN apk add --no-cache bash
WORKDIR /app
COPY . .
RUN chmod +x /app/start.sh
ENTRYPOINT [ "/app/start.sh" ]
+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>