mrtolkien/inhouse_bot

How to make dockerfile work?

Closed this issue · 0 comments

I am trying to use the dockerfile in the application but I am getting

"TypeError: BotBase.add_listener() got some positional-only arguments passed as keyword arguments: 'func'"

Steps I am doing:

  1. Clone repo
  2. In docker-compose yaml making it point to local repo docker file instead of remote image
  3. docker-compose build
  4. docker-compose up

Can anyone assist me?

also for reference I got it working with the remote image, but now I want to add some features to the code thats why I want to get local repo working