How Do I Solve the Dependency Problem When a Node Program Runs in Docker?
Symptom
A node program depends on node-gyp when running in the microservice docker. How can I install the dependency before the program runs?
Solution
Customize a Dockerfile and add the node-gyp dependency to the Dockerfile.
Parent topic: Application Management
- Symptom
- Solution