This commit is contained in:
kento2 2026-08-19 02:15:39 +02:00
parent c4bf3b8bee
commit 8f29a4f56d
10 changed files with 819 additions and 15 deletions

View file

@ -4,6 +4,7 @@ EXPOSE 25565
ENV MINECRAFT_VERSION=26.2
VOLUME /mnt
COPY plugins /data/plugins
COPY --chmod=755 entrypoint.sh /entrypoint.sh
WORKDIR /data