Update Dockerfile

This commit is contained in:
clanto007 2021-08-28 12:08:36 +02:00 committed by GitHub
parent 08048fbfb6
commit 3647bad482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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