How docker container is running a npm script without installing the node-js before?

后端 未结 0 1976
陌清茗
陌清茗 2020-11-22 06:39

The docker file below it builds just fine, but how it runs the "npm install" without installing the nodejs and npm before as a dependency?

FROM node         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题