Skaffold keeps restarting a container if it doesn’t have a listener
When running skaffold dev
with a container that has a listener (in this case Express), the container hangs as expected.
If I remove the listener with simple executable code, it keeps running it over and over.