Bug: make config path dynamic

problem: despite config path pass to scop ui as parameter, it always seeks config.json under config path.

https://gitlab.com/scop-framework/scop-ui/-/blob/main/src/main/java/ai/scop/ui/Configurator.java?ref_type=heads#L84

what to do: config path should refer to this given parameter.

https://gitlab.com/scop-framework/model-library/cellular-automata/scop-lib-ca-life/-/blob/main/Dockerfile?ref_type=heads#L28