Upstream patches (#240)

This commit is contained in:
Michiel Hazelhof
2025-07-15 11:00:09 +02:00
committed by GitHub
parent 3d4c10d6f6
commit 076b0a624b
9 changed files with 21 additions and 7 deletions

View File

@@ -12,4 +12,4 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0
WORKDIR /app
COPY --from=build /app .
ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--cert", "/app/cert.pfx" ]
ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--executable", "/app/Api", "--cert", "/app/cert.pfx" ]