Run a docker to build node project
Requirements
Docker is installed.
Start a docker and mount the project
-
Run the docker run command to start a container.
-
Start a docker container shell
docker exec -it nodebuild bash
-
Then go to folder
app
and build it