Skip to content

Commit

Permalink
Reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Sep 1, 2024
1 parent 555ce67 commit 06b7d02
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 @@ -23,7 +23,7 @@ ENV NEO4JLABS_PLUGINS='["apoc","graph-data-science"]'
RUN apt-get -y update && apt-get -y install tar gzip curl wget zip unzip

COPY loadKB.sh /opt/VFB/
ADD https://github.com/VirtualFlyBrain/neo4j2owl/releases/download/1.2.3.4-PRE/neo4j2owl.jar /var/lib/neo4j/plugins/neo4j2owl.jar
ADD https://github.com/VirtualFlyBrain/neo4j2owl/releases/download/1.2.3-PRE/neo4j2owl.jar /var/lib/neo4j/plugins/neo4j2owl.jar

RUN mkdir -p /opt/VFB/backup/

Expand Down

0 comments on commit 06b7d02

Please sign in to comment.