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

master
Félix MIELCAREK 2 years ago
parent 8145914b68
commit 02496ee80c

@ -20,6 +20,7 @@ COPY ["StubbedDB/StubbedDB.csproj", "StubbedDB/"]
RUN dotnet restore "OpenLibraryWrapper/OpenLibraryWrapper.csproj"
COPY . .
WORKDIR "/src/OpenLibraryWrapper"
RUN dotnet add "OpenLibraryWrapper.csproj" package Swashbuckle.AspNetCore -v 6.5
RUN dotnet build "OpenLibraryWrapper.csproj" -c Release -o /app/build
FROM build AS publish

Loading…
Cancel
Save