Ocelot-Social/Dockerfile.neo4j
Robert Schäfer 3cbee31f01 Use commands that overwrite existing files
For strange reasons, I could not `docker-compose up --build` because
apoc plugin existed at the given location
2018-11-02 11:14:29 +01:00

4 lines
184 B
Docker

FROM neo4j:3.4
RUN wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.4.0.3/apoc-3.4.0.3-all.jar
RUN mkdir -p /plugins && mv apoc-3.4.0.3-all.jar plugins/