mirror of
https://github.com/farcasclaudiu/minecraft-btw.git
synced 2026-06-22 05:01:35 +03:00
init files
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.Dockerfile
|
||||
README.md
|
||||
@@ -0,0 +1,9 @@
|
||||
FROM openjdk:8-alpine
|
||||
EXPOSE 25565
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
ENTRYPOINT [ "/app/start.sh" ]
|
||||
@@ -0,0 +1,7 @@
|
||||
# Minecraft server - 1.5.2 - Better Than Wolf
|
||||
|
||||
## Build the docker image
|
||||
|
||||
```sh
|
||||
docker build --tag clodyx/btw-server:latest .
|
||||
```
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
serverJar=1.5.2.jar
|
||||
Binary file not shown.
Reference in New Issue
Block a user