We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc5434 commit c6c91d7Copy full SHA for c6c91d7
docs/languages/dockerfile.md
@@ -70,7 +70,7 @@ Build and deploy the function:
70
```bash
71
faas-cli local-run -f curl.yml
72
73
-curl -s http://127.0.0.1 -d "https://www.openfaas.com"
+curl -s http://127.0.0.1:8080 -d "https://www.openfaas.com"
74
```
75
76
### Explore HTTP request headers
0 commit comments