From 986ee2e39123f75a2c4f9bbbf23b3bff6de92ea1 Mon Sep 17 00:00:00 2001 From: Paillat Date: Sun, 27 Nov 2022 16:46:15 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9cde754..42c5994 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,12 @@ Please note that we can possibly log the messages that are sent for **no more th You can now enable your bot by doing **/enable**. You can always disable the bot by doing **/disable** and delete your api key from our server by doing **/delete**. + +# Docker +You can run this bot with docker. First clone this repository, then run the following command in the /Botator/docker/Build directory. + +`docker build . -t botator:latest --no-cache` + +You cann then run the contaier with this command: + +`docker run -d --name botatordef -v ./botator/:/Botator/database botator:latest`