Babric
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 21s

This commit is contained in:
2026-03-08 11:43:04 +01:00
parent 15bceea62f
commit 13cee8e0cf
38 changed files with 53 additions and 42 deletions

View File

@@ -2,12 +2,9 @@ FROM alpine:3.19
WORKDIR /server
COPY server.properties .
COPY --chmod=755 entrypoint.sh .
COPY server/ ./server/
RUN apk add --no-cache openjdk17-jre wget vim
RUN wget -O server.jar https://github.com/Better-than-Adventure/bta-download-repo/releases/download/v7.3_04/bta.v7.3_04.server.jar
RUN apk add --no-cache openjdk17-jre vim
VOLUME ["/server/world"]