How to publish project as a dockerfile #14680
Unanswered
ArchibaldMacdonald-cyacomb
asked this question in
Q&A
Replies: 1 comment
-
|
PublishAsDockerFile means you wrote one. If you remove that call it will use the .NET SDK container build for dotnet projects. |
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.
-
Apologies if this is a silly question. I have a project setup like so:
When I run
azure publish, I would expect a docker image generation phase. This does not seem to be the case. What doesPublishAsDockerFileactually do for projects?Running Aspire 13.1.1.
Beta Was this translation helpful? Give feedback.
All reactions