We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499043d commit 880fcf2Copy full SHA for 880fcf2
1 file changed
src/pages/index.astro
@@ -18,7 +18,7 @@ const codeExampleSnippet = indoc`
18
19
// Put it in a container image
20
return std.ociContainerImage({
21
- recipe: server,
+ layers: [server],
22
entrypoint: ["/bin/server"],
23
});
24
}
0 commit comments