- build container with multi-stage Dockerfile - change api listen port to 9001
- Add pre-commit hooks - Add github action to enforce pre-commit setup For any hooks required for a 'sub project', for instance the UI. It will be possible to create custom hooks, and call some package scripts in the package.json file. Fixes #1208