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

master
Félix MIELCAREK 2 years ago
parent c060297428
commit 5b47d16f4d

@ -3,8 +3,8 @@ WORKDIR /src
COPY . .
RUN dotnet add OpenLibraryWrapper/OpenLibraryWrapper.csproj package Swashbuckle.AspNetCore -v 6.5
RUN dotnet restore OpenLibraryWrapper/OpenLibraryWS_Wrapper.sln
RUN dotnet build OpenLibraryWrapper/OpenLibraryWS_Wrapper.sln
RUN dotnet restore OpenLibraryWS_Wrapper.sln
RUN dotnet build OpenLibraryWS_Wrapper.sln
FROM mcr.microsoft.com/dotnet/aspnet:6.0
WORKDIR /app

Loading…
Cancel
Save