Open
Description
Try running git status
inside the plain olbase image, and it errors. This is a problem when we need to do things with that image where we don't have the volume mounts (eg prod).
Steps to Reproduce
docker run --rm openlibrary/olbase:latest git status
- Actual:
fatal: bad object HEAD
- Expected: Normal git status