Introduce `aspire do publish-dockerfiles` step
Open
area-pipelines
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
We're leaning into the Dockerfile builder API in a number of places. Currently, the manifest publisher is the only way to extract the complete Dockerfiles out of the app model. We should consider creating a dedicated publish step for this.
```
$ aspire do publish-dockerfiles
// Emits all the Dockerfiles to the output directory
```
Contributor guide
Assessment
This issue has not been assessed yet.