Skip to content

Commit

Permalink
fix dockerfile issue #87
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3p1g committed Mar 18, 2024
1 parent 3eb7013 commit 0d9beae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM neo4j:5.4.0

COPY conf/apoc.conf /var/lib/neo4j/conf
COPY conf/neo4j.conf /var/lib/neo4j/conf
COPY tabby-path-finder-1.0.jar /var/lib/neo4j/plugins
COPY tabby-path-finder-1.1.jar /var/lib/neo4j/plugins
COPY apoc-5.4.0-extended.jar /var/lib/neo4j/plugins
COPY apoc-5.4.1-core.jar /var/lib/neo4j/plugins

0 comments on commit 0d9beae

Please sign in to comment.