Skip to content

Commit 6e58861

Browse files
authored
Merge pull request #11 from lukaszo/patch-1
Fix path to the script.js file
2 parents fa51951 + 18410ee commit 6e58861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type Query {
5858

5959
```bash
6060
# host.docker.internal may not work on old versions of docker
61-
docker run -it --rm -p 8686:8686 -v /path/to/script.js:/app/script.js -e DGRAPH_URL=http://host.docker.internal:8080 dgraph/dgraph-lambda
61+
docker run -it --rm -p 8686:8686 -v /path/to/script.js:/app/script/script.js -e DGRAPH_URL=http://host.docker.internal:8080 dgraph/dgraph-lambda
6262
```
6363

6464
Note for linux: host.docker.internal doesn't work on older versions of docker on linux. You can use `DGRAPH_URL=http://172.17.0.1:8080` instead

0 commit comments

Comments
 (0)