RocketChat / botpress-channel-rocketchat

Botpress module channel for Rocket.Chat
GNU Affero General Public License v3.0
28 stars 10 forks source link

Install in Docker #15

Open arthurd2 opened 4 years ago

arthurd2 commented 4 years ago

Hi guys, I guess most of the Botpress users are using the Docker installation now. So, how can we install this module in the docker? Is it possible to build a TGZ like the other modules? Can you guys write the procedure in the README.md ?

salviof commented 2 years ago

Can you run the setup with the docker? I tried to install as a bot library, but I couldn't find the file: config/channel-rocketchat.json, I also tried to run the npm command with the "docker exec" to test and update the official Dockerfile, but the mpm command was not found

arthurd2 commented 2 years ago

I've created the config/channel-rocketchat.json but, after I realized there's no npm in the docker image. I think the only way would be:

ASAIC I will try and I'll let you know...