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 1ceb589 commit 30414be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_local_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -ex
docker compose up -d elasticsearch
docker compose exec -T elasticsearch chmod 777 ./data

mkdir ./data/postgres_init
cp ./deploy/postgres/initdb.sql ./data/postgres_init/initdb.sql

docker compose up -d seqr
Expand Down

0 comments on commit 30414be

Please sign in to comment.