* Make Dockerfile build and run correctly on alpine, fix missing sqlite
* Make config shared to avoid reading from file on each request
* Correctly handle Signals to gracefully stop database connection and
to speed up shutdown, relevant for docker deployment
* Correctly check for sqlite error on table creation