diff options
Diffstat (limited to 'readme.md')
-rwxr-xr-x | readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -18,7 +18,7 @@ Designed to be run once an hour using a cron job. - `python3 bot.py`
-## running in docker
+## Running in docker
- `sudo docker-compose build`
@@ -26,4 +26,8 @@ Designed to be run once an hour using a cron job. Should do everything by itself if you set the config file correctly
+To manually run (for testing):
+
+`sudo docker run -it --entrypoint python3 --rm jwansek/yaoi-communism /app/bot.py`
+

|