grimoire
grimoire copied to clipboard
Update Docker Install Docs
Describe the bug
Current Docker-Compose docs have a build section, keeping this in tries to build the project without pulling the image and just spins. This is the case where the repo has not been cloned
To Reproduce Steps to reproduce the behavior:
- Create/edit your docker-compose.yml
- do
docker-compose up grimoire - Just see a
Buildingmessage with nothing being built
Expected behavior
Either need to clone repo and remove image for build section to work or vice versa
Additional context Just wanting to help with docs and make sure no one else has issues