docker-compose with bundle

Hello,

What would be the RM way to run this command for specific service? Any way to do this from gui?

docker-compose run --rm app bundle

Now opening docker-compose file, for specific service is offered only one command: docker-compose.yml up -d app

RubyMine 2022.1
Build #RM-221.5080.196, built on April 11, 2022

0

Hello,

It's not possible to do it from the gutter but you can specify it in the corresponding run configuration via Run | Edit configurations -> the Services field. 
 
 
0

请先登录再写评论。