From 0a195eee564b4b052ba10168e7647dc4d562352c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Tue, 18 Jun 2024 18:42:48 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1658945 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM itzg/minecraft-server + +COPY adjust.sh /opt/adjust.sh +COPY start.sh /opt/start.sh + +CMD ["/bin/bash", "/opt/start.sh"] \ No newline at end of file