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

This commit is contained in:
2026-03-08 11:51:08 +01:00
parent d09c7a191d
commit 2fc959a1ee

View File

@@ -11,6 +11,8 @@ VOLUME ["/server/world"]
ENV JAVA_MIN_MEM=1G
ENV JAVA_MAX_MEM=1G
RUN chmod +x /server/entrypoint.sh
EXPOSE 25565
ENTRYPOINT ["/server/entrypoint.sh"]