Make sure to run
git submodule update --init --recursive
on the first pull of the repo to pull the submodule
To update submodules
git submodule update --remote --merge
To test and run locally:
make build # Build latest docker container
make run # Run that container locally
make push # Push the container up (mostly for me...)