How to make dockerfile work?
Closed this issue · 0 comments
classBabacar commented
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:
- Clone repo
- In docker-compose yaml making it point to local repo docker file instead of remote image
- docker-compose build
- 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