Kill the Start process?
If we're running Start in a docker container and want to have the container die if something is broken in the server (i.e. some required dependency cannot be constructed), is
process.exit(1)
in the server.ts
file the right way to do this?0 Replies