I started a new godot server project with godot-rust and all works fine.
If i export the project and try to run the .pck file in a docker container i get an error:
ERROR: does not have a library for the current platform.
at: init_library (modules/gdnative/nativescript/nativescript.cpp:1486)
I guess i have to copy the .so library manually in the docker container but I don't know which directory.
Maybe someone can help me?