diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-08-14 17:04:23 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-08-14 17:04:23 +0000 |
commit | 759ccd84ab78a5962172e8969d4084a53f8fb154 (patch) | |
tree | 63d4790c2404dd43f55e5fd1865a699b09e87fac /readme.md | |
parent | ecaffd91fdf5c4d76f51c4f4ea574b08ebf75671 (diff) | |
download | yaoi-communism-759ccd84ab78a5962172e8969d4084a53f8fb154.tar.gz yaoi-communism-759ccd84ab78a5962172e8969d4084a53f8fb154.zip |
Updated dependencies, README.md
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`
+

|