From 3f5910c6169b990112fd750ac06b0894dfc4ecdf Mon Sep 17 00:00:00 2001 From: Genva Date: Mon, 16 Jun 2025 14:29:22 +0200 Subject: [PATCH] pass single file application to license gen --- src/licenseGen/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/licenseGen/Dockerfile b/src/licenseGen/Dockerfile index a1fcfa1..8e9e3de 100644 --- a/src/licenseGen/Dockerfile +++ b/src/licenseGen/Dockerfile @@ -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" ]