How can I run Dotnet 8 Aspire workload on Railway using docker containers?
I am trying to run a dotnet aspire 8 workload on railway.
I have this folder structure but nix builder cant find the entry point since it is in my DeploymentManager.AppHost directory but since the AppHost project kicks of compilation of the other projects - The root directory needs to be "/Deployment-Manager" to be able to see the other directories.
The git repo is called SaaS-Factory.
How can I set the entry point I want for the build command?
2 Replies