docs: use bash tag to get better formatting (#10086)

This commit is contained in:
Nikolay Vitkov
2023-04-26 11:32:33 +02:00
committed by GitHub
parent 4dd4cb9292
commit c356e8f8f5
9 changed files with 24 additions and 24 deletions

View File

@@ -6,13 +6,13 @@ browser instance.
## Building the image
```sh
```bash
docker build -t puppeteer-chrome-linux . # `puppeteer-chrome-linux` is the name of the image.
```
## Running the image
```sh
```bash
docker run -i --init --rm --cap-add=SYS_ADMIN --name puppeteer-chrome puppeteer-chrome-linux node -e "`cat test.js`"
```