pass single file application to license gen

This commit is contained in:
Genva 2025-06-16 14:29:22 +02:00
parent 936059785a
commit 3f5910c616

View File

@ -14,4 +14,4 @@ FROM bitbetter/api
COPY --from=build /licenseGen/bin/Release/net8.0/publish/* /app/
ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--cert", "/cert.pfx" ]
ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--executable /app/Api", "--cert", "/cert.pfx" ]