Babric
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 21s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 21s
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user