From 70b06885c75f5b9d40f50e0eb8c4d4c3ec88d98a Mon Sep 17 00:00:00 2001 From: Kiritow <1362050620@qq.com> Date: Sat, 20 Feb 2021 07:04:54 +0800 Subject: [PATCH] Update Readme --- mcsm-mc-base/Dockerfile | 1 - mcsm-mc-base/Readme.md | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mcsm-mc-base/Dockerfile b/mcsm-mc-base/Dockerfile index 800040a..c80d29d 100644 --- a/mcsm-mc-base/Dockerfile +++ b/mcsm-mc-base/Dockerfile @@ -2,4 +2,3 @@ FROM mcsm-base:latest ADD jre-8u271-linux-x64.tar.gz /opt/jre/ ENV JAVA_HOME=/opt/jre/jre1.8.0_271 ENV PATH=${JAVA_HOME}/bin:${PATH} - diff --git a/mcsm-mc-base/Readme.md b/mcsm-mc-base/Readme.md index e075953..9023738 100644 --- a/mcsm-mc-base/Readme.md +++ b/mcsm-mc-base/Readme.md @@ -1,3 +1,5 @@ # mcsm-mc-base -Download `jre-8u271-linux-x64.tar.gz` by yourself. +**Notice**: *Download `jre-8u271-linux-x64.tar.gz` by yourself.* + +This is the base image of Minecraft Server, no `.minecraft` included, bundled with [MCSManager](https://github.com/Suwings/MCSManager).