mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 15:06:53 +00:00
added language to code block fences
This commit is contained in:
parent
a48c21ad3e
commit
3764f5f2a6
@ -4,18 +4,18 @@
|
|||||||
|
|
||||||
Build the Image
|
Build the Image
|
||||||
|
|
||||||
```
|
```powershell
|
||||||
docker build -t stockbot .
|
docker build -t stockbot .
|
||||||
```
|
```
|
||||||
|
|
||||||
Run The image
|
Run The image
|
||||||
|
|
||||||
```
|
```powershell
|
||||||
docker run -it --rm --name stockbot stockbot
|
docker run -it --rm --name stockbot stockbot
|
||||||
```
|
```
|
||||||
|
|
||||||
Or run the Image headless
|
Or run the Image headless
|
||||||
|
|
||||||
```
|
```powershell
|
||||||
docker run -it --rm --detatch --name stockbot stockbot
|
docker run -it --rm --detatch --name stockbot stockbot
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user