Update Dockerfile
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
This commit is contained in:
@@ -7,7 +7,10 @@ COPY --chmod=755 entrypoint.sh .
|
|||||||
|
|
||||||
RUN apk add --no-cache openjdk17-jre wget vim
|
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 wget -O server.zip https://github.com/Turnip-Labs/bta-fabric-instance-repo/releases/download/v7.3_04/bta_fabric_server_7.3_04.zip \
|
||||||
|
&& unzip server.zip \
|
||||||
|
&& mv bta_fabric_server_7.3_04.jar server.jar \
|
||||||
|
&& rm server.zip
|
||||||
|
|
||||||
VOLUME ["/server/world"]
|
VOLUME ["/server/world"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user