.Net 7 Worker service template doesn't appear to configure Docker correctly #86288
Replies: 2 comments 1 reply
-
solved it. Weird but having the |
Beta Was this translation helpful? Give feedback.
1 reply
-
The runtime package was probably missing ASP.NET, which your app requested, mabye because you didn't use the mcr.microsoft.com/dotnet/aspnet image. |
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.
-
Hey all,
I'm pretty new to Docker, and ran into an issue right out of the gate. Created a new worker service application using the built-in templates, with Docker enabled. As soon as I try to run the service, the container gets created but immediately throws the error:
No frameworks were found.
. I'm not really sure to go from here. Is it using the wrong container in the template? Do I install it manually?Project file
Dockerfile
Docker log
Beta Was this translation helpful? Give feedback.
All reactions