Hello everyone,
today i encountered a light inconvenience, where the default settings for the installation path for Matlab is set differently according the arguments definitions.
Building the docker image based on the provided Dockerfile sets the default installation path hard-coded to "/opt" whereas using the mpm_input_file the default for destinationFolder is set to be "/usr/local", if you do not uncomment the corresponding line.
Is working with those two in combination not encouraged? Since it would be nice not to define the installation path in the Dockerfile again after setting it in the mpm_input_file (but is needed for symlinking the binary to start).
Hope this helps. Best regards,
Sönke