Add specific Server version to generated Docker scripts

Now, when users create a new project in Architect, a script for Docker is generated addressing the ORIGAM Server in the master-latest version.

After some time the master-latest version of the Server and the version of the Architect naturally split and it causes troubles. So the idea is to change that and instead of master-latest generate the script with the exact version of the Server based on the Architect where the project is created.

For example:

docker run --env-file “c:\OrigamProjects\DocGenerator2\Docker\docgenerator2_Linux.env” ^
-it --name docgenerator2 ^
-v “c:\OrigamProjects\DocGenerator2\model”:/home/origam/projectData/model ^
-v “c:\OrigamProjects\DocGenerator2\customAssets”:/home/origam/projectData/customAssets ^
-p 443:443 ^
origam/server:2025.5.0.3845.linux