You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Building message 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
The text was updated successfully, but these errors were encountered:
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 clonedTo Reproduce
Steps to reproduce the behavior:
docker-compose up grimoire
Building
message with nothing being builtExpected behavior
Either need to clone repo and remove
image
for build section to work or vice versaAdditional context
Just wanting to help with docs and make sure no one else has issues
The text was updated successfully, but these errors were encountered: