Skip to content

Commit 780d845

Browse files
davidfowlCopilot
andcommitted
Fix lifecycle FileTree example
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2d58f70 commit 780d845

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/frontend/src/content/docs/deployment/app-lifecycle.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,9 @@ The `aspire publish` command does the following:
298298
- Outputs artifacts to `./aspire-output/` directory
299299

300300
<FileTree>
301-
- aspire-output/ - docker-compose.yaml Service definitions for all containers
302-
- .env Template for required environment variables
301+
- aspire-output/
302+
- docker-compose.yaml Service definitions for all containers
303+
- .env Template for required environment variables
303304
</FileTree>
304305

305306
<LearnMore>

0 commit comments

Comments
 (0)