Skip to content

Commit

Permalink
modified permissions for recipe and added location of recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
leahh committed Sep 24, 2024
1 parent 1f804b2 commit 56479a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/bee_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ printf "**Setting up BEE containers**\n"
printf "\n\n"
mkdir -p $HOME/img
# Pull the Neo4j container
ch-image build -t apoc_neo4j -f install_apoc_docker . || exit 1
chmod +x ./ci/install_apoc_docker
ch-image build -t apoc_neo4j -f ./ci/install_apoc_docker . || exit 1
ch-convert -i ch-image -o tar apoc_neo4j $NEO4J_CONTAINER || exit 1
# Pull the Redis container
ch-image pull redis || exit 1
Expand Down

0 comments on commit 56479a3

Please sign in to comment.