I have an existing bot and I want to dockerize my solution. I am trying to write a dockerfile that will copy the required files and have them on container.
How do I do it?
I tried extending botpress-server image and added my bot to data/bots but then no bot is detected.
Currently the only way to export bot is using UI.