balena-wpe icon indicating copy to clipboard operation
balena-wpe copied to clipboard

Run Nodejs

Open srlevitt opened this issue 5 years ago • 1 comments

How would I run a node.js script (in the background) as the browser shows in the foreground? How do I even install node using the dockerfile?

srlevitt avatar Sep 02 '19 11:09 srlevitt

@srlevitt I don’t know how you would install nodejs, I think the package manager have been purposefully removed or omitted

anyway, my advice would be to run whatever you want to run on nodejs in another container

mathroc avatar Nov 19 '20 23:11 mathroc