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

added language to code block fences

This commit is contained in:
Anson 2019-02-05 16:52:12 -07:00
parent a48c21ad3e
commit 3764f5f2a6

View File

@ -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
``` ```