diff --git a/MyApp/App_Data/README.md b/MyApp/App_Data/README.md new file mode 100644 index 0000000..422f0b3 --- /dev/null +++ b/MyApp/App_Data/README.md @@ -0,0 +1,2 @@ +App writable folder for storing embedded databases like SQLite or other writable files. +For Docker Apps it's common to mount this as an external volume so App Data is preserved across deployments and easily replicated. \ No newline at end of file