1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +00:00

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.
This commit is contained in:
Anson 2019-02-12 23:46:20 -07:00
parent 7215a29d90
commit a22c80aa80

View File

@ -78,21 +78,5 @@ You can also run your own bot super easily in a [Docker](https://hub.docker.com/
1. Download the repository. 1. Download the repository.
2. Change information in [Credentials.py]() with your own Telegram Bot key, which can be found [here.]() 2. Change information in [Credentials.py]() with your own Telegram Bot key, which can be found [here.]()
3. Navigate to /bot directory in Powershell 3. Run stockBot.py
4. Build an image of the bot: 4. profit???
```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
```