Update Readme

This commit is contained in:
Kirigaya Kazuto 2021-02-20 07:04:54 +08:00
parent 03a73a00f3
commit 70b06885c7
No known key found for this signature in database
GPG Key ID: 83DB57FE234410C3
2 changed files with 3 additions and 2 deletions

View File

@ -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}

View File

@ -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).