diff options
Diffstat (limited to 'readme.md')
-rwxr-xr-x | readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -18,4 +18,12 @@ Designed to be run once an hour using a cron job. - `python3 bot.py`
+## running in docker
+
+- `sudo docker-compose build`
+
+- `sudo docker-compose up -d`
+
+Should do everything by itself if you set the config file correctly
+

|