How can I run Dotnet 8 Aspire workload on Railway using docker containers?
trubador
HOBBYOP

2 years ago

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?

3 Replies

trubador
HOBBYOP

2 years ago

61e606bf-5fc9-4ebb-b766-6e7028a851b5


2 years ago

have you tried moving to a dockerfile?


trubador
HOBBYOP

6 months ago

How can i do this using Dockerfile without having to use Railpack?


Loading...