Skip to content

Commit

Permalink
adding apoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Aug 23, 2024
1 parent d25e2fe commit 5115f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV NEO4J_dbms_connector_http_listen__address=0.0.0.0:7474
ENV NEO4J_dbms_connector_bolt_listen__address=0.0.0.0:7687
ENV NEO4J_dbms_security_procedures_unrestricted=ebi.spot.neo4j2owl.*,apoc.*,gds.*
ENV NEO4J_dbms_jvm_additional="-Dlog4j2.formatMsgNoLookups=true -Dlog4j2.disable.jmx=true"
ENV NEO4JLABS_PLUGINS='["graph-data-science"]'
ENV NEO4JLABS_PLUGINS='["apoc","graph-data-science"]'

RUN apt-get -y update && apt-get -y install tar gzip curl wget zip unzip

Expand Down

0 comments on commit 5115f6a

Please sign in to comment.