mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 15:06:53 +00:00
docker instructions for bot
This commit is contained in:
parent
5f3b324742
commit
f8ff8f2892
22
README.md
22
README.md
@ -1 +1,21 @@
|
|||||||
simple-telegram-bot
|
# simple-telegram-bot
|
||||||
|
|
||||||
|
## Docker Instructions
|
||||||
|
|
||||||
|
Build the Image
|
||||||
|
|
||||||
|
```
|
||||||
|
docker build -t stockbot .
|
||||||
|
```
|
||||||
|
|
||||||
|
Run The image
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -it --rm --name stockbot stockbot
|
||||||
|
```
|
||||||
|
|
||||||
|
Or run the Image headless
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -it --rm --detatch --name stockbot stockbot
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user