Add little helper line to the Docker log output to assist in usability

This commit is contained in:
Salt 2022-01-02 10:57:28 -06:00
parent 2fba83fd15
commit 7879f3b5e4
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ args="-jar server.jar nogui"
# Debugging info
java -version
echo "Invoking java with args: $args"
echo
echo "To see the server console, execute this command in the container:"
echo " screen -r minecraft"
# Start 'er up
cleanup() {