mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2023-10-10 13:36:57 +02:00
Update Dockerfile
This commit is contained in:
parent
08048fbfb6
commit
3647bad482
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user