docker instructions
This commit is contained in:
parent
2bd87f6403
commit
459c0f58f9
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
|||
4. Create your own questions & answers and setup your keywords
|
||||
5. Run the bot `python main.py`
|
||||
|
||||
## Docker container
|
||||
1. `docker build -t matrix-nerve .`
|
||||
2. `docker run -it matrix-nerve`
|
||||
You may want to set data.json as a volume to be able to make changes on the fly
|
||||
|
||||
## details
|
||||
|
||||
* The bot will listen to `!faq` and post the entire FAQ
|
||||
|
|
Loading…
Reference in a new issue