Can I generate Dockerfile for a project when publishing as docker-compose? #9888
Unanswered
branets-dasha
asked this question in
Q&A
Replies: 1 comment
-
Not really but:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying out the docker-compose publish.
I have this in my host project:
I have a couple of Web API projects in my solution and have their dependencies configured (databases, message broker, etc).
Running
aspire publish
I get thedocker-compose.yaml
, and the images for my API projects are built. The docker-compose references the built images:Rather than building the projects' images, is there a way to generate Dockerfiles for them and reference them in docker-compose?
Beta Was this translation helpful? Give feedback.
All reactions