self-contained deployment with node #1092

Closed
opened 2025-08-09 17:18:50 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @emailtowalter on 1/25/2017

We use cloud foundry ( on Linux) to run .net core. The way we deploy is to publish the website as a self-contained package.

Here is the issue: Node.js is not on the platform, and we do not want to install it on the platform either. A ideal case would be to include node.js as part of the deployment package during publishing process. Of cause, it has to be the right node.js runtime depending on the OS.

At this moment, we have a workaround : include the node and npm from linux platform in the root directory. But it is not elegant.

Thanks,

Walter

*Originally created by @emailtowalter on 1/25/2017* We use cloud foundry ( on Linux) to run .net core. The way we deploy is to publish the website as a self-contained package. Here is the issue: Node.js is not on the platform, and we do not want to install it on the platform either. A ideal case would be to include node.js as part of the deployment package during publishing process. Of cause, it has to be the right node.js runtime depending on the OS. At this moment, we have a workaround : include the node and npm from linux platform in the root directory. But it is not elegant. Thanks, Walter
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1092
No description provided.