From 7ec27cc5c767d17c6927b347237b56588d4c28a2 Mon Sep 17 00:00:00 2001 From: Guillaume Schurck <g.schurck@gmail.com> Date: Thu, 19 Jan 2023 14:55:26 +0100 Subject: [PATCH] fix neo4j docker --- neo4j/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neo4j/Dockerfile b/neo4j/Dockerfile index 25461ce..7380daf 100755 --- a/neo4j/Dockerfile +++ b/neo4j/Dockerfile @@ -2,4 +2,7 @@ FROM neo4j:4.4.0 USER neo4j +COPY ./import /var/lib/neo4j/import +COPY ./data /var/lib/neo4j/data + EXPOSE 7474 7473 7687 \ No newline at end of file -- GitLab