Skip to content

Commit

Permalink
fix local install test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanars committed Dec 4, 2024
1 parent cbf509d commit 3b7aed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_local_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docker compose up -d elasticsearch
# This is not required to use docker compose locally, only for testing
docker compose exec -T elasticsearch chmod 777 ./data
docker compose exec -T elasticsearch mkdir ./data/postgres_init
docker compose exec -T elasticsearch cp ./deploy/postgres/initdb.sql ./data/postgres_init/initdb.sql
docker compose exec -T elasticsearch wget https://raw.githubusercontent.com/broadinstitute/seqr/master/deploy/postgres/initdb.sql -O ./data/postgres_init/initdb.sql

docker compose up -d seqr
docker compose logs postgres
Expand Down

0 comments on commit 3b7aed2

Please sign in to comment.