I use in my a project (using .Net core 2, EF core 2.1) according to ...this tutorial... the code first approach.
Everything works and now I would like to deploy my application on the cloud foundry, but the problem is, that there is no dotnet cli to run co...