Skip to content

Commit d2c81ef

Browse files
committed
add Docker instruction
1 parent 2396697 commit d2c81ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The backend is powered by serpapi.com and required an account
55

66
Current Status: `draft`
77

8+
## Run with Docker
9+
10+
```bash
11+
env API_KEY=API_KEY docker run --rm -it -e API_KEY --workdir /tmp/serpapi -v $PWD:/tmp/serpapi conanio/gcc10 make install_linux reset all
12+
```
13+
14+
This will use https://hub.docker.com/layers/conanio/gcc10 image instead
15+
of creating our own image for compilation on Linux.
16+
817
## Get started.
918
- Set an environment API_KEY=<secret>
1019
- Install dependency either apple or linux tested.

0 commit comments

Comments
 (0)