diff --git a/docker-compose.test.yml b/docker-compose.test.yml index edd2f30d2..3b3dadbd4 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -35,6 +35,9 @@ services: neo4j: # name the image so that it cannot be found in a DockerHub repository, otherwise it will not be built locally from the 'dockerfile' but pulled from there + build: + context: ./neo4j + target: community image: ghcr.io/ocelot-social-community/ocelot-social/neo4j-community:test #environment: # - NEO4J_dbms_connector_bolt_enabled=true