Skip to content

Commit

Permalink
Adding neo4j install to dockerfile #75
Browse files Browse the repository at this point in the history
  • Loading branch information
imbur committed Nov 12, 2017
1 parent 278edee commit baa9c85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions travis.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ COPY trainbenchmark-reporting/install.R /install.R

RUN Rscript /install.R

COPY scripts/get-neo4j.sh /get-neo4j.sh

RUN /get-neo4j.sh

0 comments on commit baa9c85

Please sign in to comment.