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

Updated readme to reflect new static pages

This commit is contained in:
Anson 2019-02-05 21:33:21 -07:00
parent a2100f3fbb
commit cd149f7b11

View File

@ -1,21 +1,5 @@
# simple-telegram-bot
## Docker Instructions
## A Telegram Bot for stock market Data.
Build the Image
```powershell
docker build -t stockbot .
```
Run The image
```powershell
docker run -it --rm --name stockbot stockbot
```
Or run the Image headless
```powershell
docker run -it --rm --detatch --name stockbot stockbot
```
## Full documentation [here.](https://misterbiggs.gitlab.io/simple-telegram-bot)