Skip to content

Commit

Permalink
Added: Neo4j docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Aug 14, 2023
1 parent 00d4c38 commit 8f69646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ docker:
docker-run:
docker run -it -p 5000:5000 opencre:$(shell git rev-parse HEAD)

docker-neo4j:
docker run --env NEO4J_PLUGINS='["apoc"]' --volume=/Users/johnharvey/neo4j/data:/data --volume=/data --volume=/logs --workdir=/var/lib/neo4j -p 7474:7474 -p 7687:7687 -d neo4j

lint:
[ -d "./venv" ] && . ./venv/bin/activate && black . && yarn lint

Expand Down

0 comments on commit 8f69646

Please sign in to comment.