Skip to content

Commit fc27dd4

Browse files
committed
Clarify note on static folder
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent d1aa33f commit fc27dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can manage dependencies in one of the following ways:
3232

3333
## Adding static files to your image
3434

35-
Any folder named `static` will be copied into the final image published for your function.
35+
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.
3636

3737
To read this back at runtime, you can do the following:
3838

0 commit comments

Comments
 (0)