Skip to content

Commit 1b7523e

Browse files
committed
Minor CLI update
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 79f6f59 commit 1b7523e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/openfaas-pro/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ faas-cli new --lang node22 hello-world
126126

127127
# Look in ./build/hello-world to see the contents
128128
# that is normally passed to "docker build"
129-
faas-cli build --shrinkwrap -f hello-world.yml
129+
faas-cli build --shrinkwrap -f stack.yaml
130130

131131
# Now rename "hello-world" to "context"
132132
# since that's the folder name expected by the builder

0 commit comments

Comments
 (0)