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

master
Félix MIELCAREK 2 years ago
parent 9e547e3887
commit 033306887f

@ -6,10 +6,11 @@ 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:7.0
#FROM mcr.microsoft.com/dotnet/aspnet:7.0
WORKDIR /app
COPY --from=build /src .
#COPY --from=build /src .
COPY /src .
EXPOSE 80
ENTRYPOINT ["dotnet", "OpenLibraryWrapper.dll"]
Loading…
Cancel
Save