mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(troubleshooting): add missing double quotes (#4548)
This commit is contained in:
parent
90df69cf77
commit
aca99cd89c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user