dump current state (wip-ish)
This commit is contained in:
parent
0124c35472
commit
51fb1c9f26
46 changed files with 3749 additions and 0 deletions
|
|
@ -3,3 +3,8 @@
|
|||
An extensible general purpose bot for the [Matrix] network.
|
||||
|
||||
[matrix]: https://matrix.org/
|
||||
|
||||
# Docker container
|
||||
|
||||
The Dockerfile creates an image with all necessary resources to run the bot, it does however not copy the bot's source files into the container. This is done to make it easy to change the bot's source code without rebuilding the container, i.e. the container is aimed at development.
|
||||
If you want create an image for distribution, simply change the Dockerfile to copy all relevant files (i.e. the hotdog subdir and other local Python modules) to `/var`, baking them in permanently.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue