Skip to content
Extraits de code Groupes Projets
Valider f7bc284d rédigé par Guillaume Schurck's avatar Guillaume Schurck
Parcourir les fichiers

clean neo4j config

parent 010b0868
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
FROM neo4j:4.4.0
#ARG UID
#ARG GID
#
#ENV UID=${UID}
#ENV GID=${GID}
#
#RUN addgroup -g ${GID} --system neo4j
#RUN adduser -G neo4j --system -D -s /bin/sh -u ${UID} neo4j
#COPY import/* import/
#RUN bash -c "neo4j-admin load --from=/import/software-graph.dump --verbose --database=software-graph"
#RUN bash -c "neo4j-admin load --from=import/software-graph.dump --database=data --force --verbose"
#RUN bash -c "cypher-shell -u neo4j -p test --non-interactive -f import/data_cypher.cypher"
USER neo4j
EXPOSE 7474 7473 7687
\ No newline at end of file
neo4j-admin load --from=import/software-graph.dump --database=neo4j --force
\ No newline at end of file
cypher-shell -u neo4j -p test --non-interactive -f import/data_cypher.cypher
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter