botpress-channel-rocketchat
botpress-channel-rocketchat copied to clipboard
Install in Docker
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 ?
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
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:
- build the TGZ in another docker
- export it and
- extract in the production one.
ASAIC I will try and I'll let you know...