Update 'Sources/Dockerfile'
continuous-integration/drone/push Build is failing Details

master
Félix MIELCAREK 2 years ago
parent 02ecf55e18
commit b778c218dd

@ -6,7 +6,7 @@ RUN dotnet add OpenLibraryWrapper/OpenLibraryWrapper.csproj package Swashbuckle.
RUN dotnet restore OpenLibraryWS_Wrapper.sln
RUN dotnet build OpenLibraryWS_Wrapper.sln
FROM mcr.microsoft.com/dotnet/aspnet:6.0
FROM mcr.microsoft.com/dotnet/aspnet:7.0
WORKDIR /app
COPY --from=build /app .

Loading…
Cancel
Save