From a9180e61241c7009ebf77e58eb6927466ece2f68 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Sat, 31 Aug 2019 20:02:17 -0400 Subject: [PATCH] Trying to get the container to do something simple to not 'stop' once started --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 319a2b4..2cae4b2 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,5 @@ #!/bin/sh # Command to run: `LD_LIBRARY_PATH=. ./bedrock_server` + +/bin/sh \ No newline at end of file