From cfef21dbae8a9eebbc61563439f990605d85de5b Mon Sep 17 00:00:00 2001 From: JoaoPC Date: Sat, 28 Feb 2026 21:25:10 -0300 Subject: [PATCH] =?UTF-8?q?adiciona=20vari=C3=A1veis=20de=20ambiente=20par?= =?UTF-8?q?a=20configura=C3=A7=C3=A3o=20do=20servidor=20Minecraft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5963be3..95789f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,10 @@ FROM itzg/minecraft-server:latest +ENV EULA=TRUE +ENV TYPE=NEOFORGE +ENV VERSION=1.21.1 +ENV MEMORY=8G + COPY mods/ /mods/ EXPOSE 25565/tcp