Testing using screen

This commit is contained in:
William Miceli
2019-09-01 14:51:21 -04:00
parent 9c2fad2cf2
commit d4e8e9fa62
2 changed files with 2 additions and 1 deletions

View File

@@ -14,4 +14,4 @@ COPY /entrypoint.sh /
EXPOSE 19132
EXPOSE 25565
CMD ["/bin/sh", "screen /entrypoint.sh"]
CMD ["/bin/sh", "/entrypoint.sh"]

View File

@@ -1,5 +1,6 @@
#!/bin/sh
unzip /MinecraftServer.zip -d /MinecraftServer
screen
cd /MinecraftServer
LD_LIBRARY_PATH=. ./bedrock_server