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 d1aa33f commit fc27dd4Copy full SHA for fc27dd4
README.md
@@ -32,7 +32,7 @@ You can manage dependencies in one of the following ways:
32
33
## Adding static files to your image
34
35
-Any folder named `static` will be copied into the final image published for your function.
+If a folder named `static` is found in the root of your function's source code, **it will be copied** into the final image published for your function.
36
37
To read this back at runtime, you can do the following:
38
0 commit comments