5 lines
168 B
Bash
5 lines
168 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
docker run -i -v $PWD/static:/opt/static headless-fox ./script3.sh '{"url": "pearson.pl", "third_party_domains": ["hotjar.com", "cookielaw.org"]}' 12345
|