From 56479a37c439c85eeaa826eab48fed51a5b822a1 Mon Sep 17 00:00:00 2001 From: leahh Date: Tue, 24 Sep 2024 14:49:08 -0600 Subject: [PATCH] modified permissions for recipe and added location of recipe --- ci/bee_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/bee_install.sh b/ci/bee_install.sh index 8d42ebd5..581e7660 100755 --- a/ci/bee_install.sh +++ b/ci/bee_install.sh @@ -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