Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 22, 2024
1 parent 590ca1e commit d5006cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions world/App_Data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## App Writable Folder

This directory is designated for:

- **Embedded Databases**: Such as SQLite.
- **Writable Files**: Files that the application might need to modify during its operation.

For applications running in **Docker**, it's a common practice to mount this directory as an external volume. This ensures:

- **Data Persistence**: App data is preserved across deployments.
- **Easy Replication**: Facilitates seamless data replication for backup or migration purposes.
1 change: 0 additions & 1 deletion world/Validation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
</ItemGroup>

<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="wwwroot\lib\@servicestack\react" />
<Folder Include="wwwroot\lib\@servicestack\vue" />
</ItemGroup>
Expand Down

0 comments on commit d5006cb

Please sign in to comment.