We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc01b1 commit e2d6d6eCopy full SHA for e2d6d6e
LiveDemo/Dockerfile.txt
@@ -18,4 +18,4 @@ WORKDIR /app
18
COPY --from=publish /app .
19
# ENTRYPOINT ["dotnet", "Ng2PdfJsViewerDemo.dll"]
20
# heroku uses the following
21
-CMD ASPNETCORE_URLS=http://*:$PORT dotnet Ng2PdfJsViewerDemo.dll
+CMD ["ASPNETCORE_URLS=http://*:$PORT", "dotnet", "Ng2PdfJsViewerDemo.dll"]
0 commit comments