From 913ca8dfc9ab670abd568f00fe481ad9dae0fefd Mon Sep 17 00:00:00 2001 From: resonic-user Date: Fri, 27 Jun 2025 12:36:27 +0200 Subject: [PATCH] docker-compose.test target change --- docker-compose.test.yml | 3 +++ 1 file changed, 3 insertions(+) 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