mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-13 06:53:25 +00:00
Update Dockerfile
This commit is contained in:
parent
08048fbfb6
commit
3647bad482
|
@ -12,6 +12,6 @@ RUN set -e; set -x; \
|
||||||
|
|
||||||
FROM bitbetter/api
|
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" ]
|
ENTRYPOINT [ "dotnet", "/app/licenseGen.dll", "--core", "/app/Core.dll", "--cert", "/cert.pfx" ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user