The runtime-deps container didn't have dotnet - so the startup of the backend failed. I tried to change pulblish to -r linux-64 to generate a self-contained app, but it complained about package version downgrades. We can revisit these options later, but I mostly wanted to ensure app could be built/run.
Aaahhhhhhhhhh yyyyeeeeeeaaaaaaahhhhhhhhhh!!! Yeah I read the other day that creating those standalone apps can still be somewhat troublesome. Good deal
Issue
The runtime-deps container didn't have
dotnet
- so the startup of the backend failed. I tried to change pulblish to-r linux-64
to generate a self-contained app, but it complained about package version downgrades. We can revisit these options later, but I mostly wanted to ensure app could be built/run.