diff --git a/entrypoint.sh b/entrypoint.sh index edf7c52..d62e578 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -59,7 +59,8 @@ echo "start ${GAMESERVER}" sleep 5 ./${GAMESERVER} details -tail -f log/script/* +tail -f log/script/* & +wait $! # with no command, just spawn a running container suitable for exec's if [ $# = 0 ]; then