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

master
Félix MIELCAREK 2 years ago
parent 77b1f7b2c0
commit 053866ec4f

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