docker instructions

main
Gabriel 2 years ago
parent 2bd87f6403
commit 459c0f58f9

@ -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…
Cancel
Save