Hello, ( first post on the forums \o/ ) Long story short, I'm trying to run osbot in a docker container. When the jar is ran, the launcher starts a new process which is the bot client itself. This causes the container to exit since the original process stopped. I can get around this by running with the -debug flag, which doesn't launch a new process, however this behaviour is not desirable (would rather not run with debug on). Additionally I'm fairly confident these 2 arguments aren't