I am trying to get this to work with a .net core web application. I keep getting an error about PATH. I know I can set this up locally and configure PATH, but how do I package this to deploy to the webserver? Do I have to setup PATH on all the webservers as well? How would this work in a kubernetes environment?
I am trying to get this to work with a .net core web application. I keep getting an error about PATH. I know I can set this up locally and configure PATH, but how do I package this to deploy to the webserver? Do I have to setup PATH on all the webservers as well? How would this work in a kubernetes environment?