node-api-boilerplate
node-api-boilerplate copied to clipboard
Add Dockerfile with multistage build and implement graceful shutdown
It would be nice to have Dockerfile which can be targeted by passed environment.
Also, app should handle SIGTERM and SIGTERM signals so it can shutdown gracefully.