Skip to content

Commit c6c91d7

Browse files
committed
Closes: 1842
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent ebc5434 commit c6c91d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/languages/dockerfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Build and deploy the function:
7070
```bash
7171
faas-cli local-run -f curl.yml
7272

73-
curl -s http://127.0.0.1 -d "https://www.openfaas.com"
73+
curl -s http://127.0.0.1:8080 -d "https://www.openfaas.com"
7474
```
7575

7676
### Explore HTTP request headers

0 commit comments

Comments
 (0)