Docker-compose node.js remote interpreter run simple tasks inside container

So it seems it is possible to run commands inside an docker-compose provided container for python as a remote interpreter https://www.jetbrains.com/help/pycharm/using-docker-compose-as-a-remote-interpreter-1.html

 

I wish to have this feature as a node developer as well, where I can use a docker-compose provided container to run my npm scripts (remote interpreter provided by dc).

 

0

请先登录再写评论。