We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To build Fenrus from source.
You can use the docker.sh file to build the docker container, this will be Fenrus within docker and create a new image for you.
docker.sh
You need dotnet 7 SDK installed first
Then run
dotnet publish -c Release -o /build /app/Fenrus.csproj
-o Is the output path to build it to.