mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-16 19:26:18 +00:00
fix '3.1.0' was not found (#116)
* Update build.sh * Update Dockerfile * Update bitBetter.csproj * Update Dockerfile * Update Dockerfile * Update licenseGen.csproj * Apply suggestions from code review Co-authored-by: h44z <christoph.h@sprinternet.at> * Update src/licenseGen/Dockerfile Co-authored-by: h44z <christoph.h@sprinternet.at> * Update src/licenseGen/Dockerfile Co-authored-by: h44z <christoph.h@sprinternet.at>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:5.0 as build
|
||||
|
||||
WORKDIR /licenseGen
|
||||
|
||||
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user