Skip to content

Commit cd32e60

Browse files
authored
Merge branch 'master' into fix-memory-leak
2 parents ce84bf5 + 034164d commit cd32e60

19 files changed

+15260
-14655
lines changed

LiveDemo/Dockerfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ WORKDIR /app
1818
COPY --from=publish /app .
1919
# ENTRYPOINT ["dotnet", "Ng2PdfJsViewerDemo.dll"]
2020
# heroku uses the following
21-
CMD ASPNETCORE_URLS=http://*:$PORT dotnet Ng2PdfJsViewerDemo.dll
21+
CMD ["ASPNETCORE_URLS=http://*:$PORT", "dotnet", "Ng2PdfJsViewerDemo.dll"]
2.86 MB
Binary file not shown.

0 commit comments

Comments
 (0)