1
0
mirror of https://github.com/jakeswenson/BitBetter.git synced 2023-10-10 13:36:57 +02:00

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

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