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

master
Félix MIELCAREK 2 years ago
parent 4e363a914d
commit 9e547e3887

@ -9,7 +9,7 @@ RUN dotnet build OpenLibraryWS_Wrapper.sln
FROM mcr.microsoft.com/dotnet/aspnet:7.0
WORKDIR /app
COPY --from=build /src /app
COPY --from=build /src .
EXPOSE 80
ENTRYPOINT ["dotnet", "OpenLibraryWrapper.dll"]
Loading…
Cancel
Save