mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
4 lines
179 B
Docker
4 lines
179 B
Docker
FROM neo4j:3.5.5
|
|
RUN wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.5.0.1/apoc-3.5.0.1-all.jar -P plugins/
|
|
COPY migrate.sh /usr/local/bin/migrate
|