Simplify call

This commit is contained in:
Michiel Hazelhof 2025-08-12 15:02:30 +02:00
parent 48c67fc66e
commit dfc364e7f3
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF

View File

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