docs(troubleshooting): add missing double quotes (#4548)

This commit is contained in:
alea12 2019-06-09 09:29:29 +09:00 committed by Andrey Lushnikov
parent 90df69cf77
commit aca99cd89c

View File

@ -271,7 +271,7 @@ Build the container:
docker build -t puppeteer-chrome-linux .
```
Run the container by passing `node -e "<yourscript.js content as a string>` as the command:
Run the container by passing `node -e "<yourscript.js content as a string>"` as the command:
```bash
docker run -i --init --rm --cap-add=SYS_ADMIN \