mirror of
https://github.com/farcasclaudiu/minecraft-btw.git
synced 2026-06-22 05:01:35 +03:00
rights
This commit is contained in:
@@ -5,5 +5,6 @@ RUN apk add --no-cache bash
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN chmod +x /app/start.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/app/start.sh" ]
|
ENTRYPOINT [ "/app/start.sh" ]
|
||||||
@@ -6,6 +6,12 @@
|
|||||||
docker build --tag clodyx/btw-server:latest .
|
docker build --tag clodyx/btw-server:latest .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Run in Docker
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker run -ti --name btw -p 25565:25565 clodyx/btw-server:latest
|
||||||
|
```
|
||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
|
|
||||||
<https://wiki.btwce.com/index.php?title=Installation>
|
<https://wiki.btwce.com/index.php?title=Installation>
|
||||||
|
|||||||
Reference in New Issue
Block a user