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.
2 parents 7a2ca3f + e2d6d6e commit 4b29f6cCopy full SHA for 4b29f6c
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