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" ]