cloudfoundry / docs-buildpacks

http://docs.cloudfoundry.org/buildpacks/
Apache License 2.0
21 stars 118 forks source link

Document `INSTALL_NODE=true` for server-side rendering in Dotnet with react #229

Closed zmackie closed 5 years ago

zmackie commented 5 years ago

Many devs want to push server-side rendered apps (react or angular usually) in dotnet. We should document this use case and note that they will have to specify INSTALL_NODE=true in their manifest to have node available in their app droplet.

https://github.com/cloudfoundry/docs-buildpacks/blob/84ebf376dc228fc5b489ae534c8425d0a9af7f90/dotnet-core/index.html.md.erb

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

djoyahoy commented 5 years ago

Issue was addressed in PR 231: https://github.com/cloudfoundry/docs-buildpacks/pull/231