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
Prevent .compose volumes from being doubly included in docker (#1367)
docker-compose maps in ./.compose/* in the host source tree to the neo4j
container so that neo4j data can be persisted on each container re-run.
dev.Dockerfile copies in the contents of everything on the host source
tree, and that also includes the contents of .compose, which can get
very big.
This PR makes sure that we don't include .compose in the dev.Dockerfile
so that the size stays manageable.
0 commit comments