From a22c80aa80365019df88e4dd368cc6ac3f456fc2 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 12 Feb 2019 23:46:20 -0700 Subject: [PATCH] removed docker build instructions Since theres now a remote build so info on how to build their own container feels redundant. Now shows how to run bot outside of docker. --- web/docs/index.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/web/docs/index.md b/web/docs/index.md index 0aec1ac..310e17a 100644 --- a/web/docs/index.md +++ b/web/docs/index.md @@ -78,21 +78,5 @@ You can also run your own bot super easily in a [Docker](https://hub.docker.com/ 1. Download the repository. 2. Change information in [Credentials.py]() with your own Telegram Bot key, which can be found [here.]() -3. Navigate to /bot directory in Powershell -4. Build an image of the bot: - -```powershell -docker build -t stockbot . -``` - -5. Run the image: - -```powershell -docker run -it --rm --name stockbot stockbot -``` - -6. Or you can run the image headless: - -```powershell -docker run -it --rm -detatch --name stockbot stockbot -``` +3. Run stockBot.py +4. profit???