Just load the server manually. I would recommend letting the devs and maintainers get this figured out instead of running rm commands and setting up new pointers.
To load minecraft:
load your docker console for your minecraft server.
cd to /config/minecraft
then run:
/usr/lib/jvm/java-16-openjdk/bin/java -Xms1G -Xmx1G -jar ./minecraft_server.jar
you could always create a single line sh script as well.