From 3647bad482bbb794865ceecae6ecf9db9f0cab4f Mon Sep 17 00:00:00 2001 From: clanto007 <44651109+clanto007@users.noreply.github.com> Date: Sat, 28 Aug 2021 12:08:36 +0200 Subject: [PATCH] Update Dockerfile --- src/licenseGen/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/licenseGen/Dockerfile b/src/licenseGen/Dockerfile index 362325d..94908d4 100644 --- a/src/licenseGen/Dockerfile +++ b/src/licenseGen/Dockerfile @@ -12,6 +12,6 @@ RUN set -e; set -x; \ FROM bitbetter/api -COPY --from=build /licenseGen/bin/Debug/netcoreapp3.1/publish/* /app/ +COPY --from=build /licenseGen/bin/Debug/netcoreapp5.0/publish/* /app/ ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--cert", "/cert.pfx" ]