Install Node to Python image
This guide explains how to set up Node.js and npm in a python container on seenode, including creating a setup script and configuring the build command.
1. Create a node installation bash file
In your git repository, create a new file called install_node.sh
with the following content
2. Edit build command on seenode platform
For instance if you need to install node and then python packages from requirements.txt file, use this build command.
Last updated