Open foprs opened 9 months ago
Personally I think the current docker setup is not quite flexibel. The container is started by a shell script which itself starts the server with some fixed params. Maybe the docker image could be adapted that the entrypoint is
dotnet AasxServerBlazor.dll
and the default params can be passed by the command property? So someone can override the params via the command.
To get the server running we had to change
"./aasxs:/usr/share/aasxs" to "./aasxs:/AasxServerBlazor/aasxs"
and
"command: --no-security --data-path /usr/share/aasxs --external-blazor" to "command: --no-security --external-blazor"