You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered: