forked from naskya/firefish
dev: sleep 2 before CREATE EXTENSION pgroonga in dev db container to make it work
This commit is contained in:
parent
c4c9041222
commit
09b76b4a13
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ down:
|
|||
.PHONY: up
|
||||
up:
|
||||
podman-compose up --detach
|
||||
sleep 2
|
||||
podman-compose exec db psql \
|
||||
--user=firefish \
|
||||
--dbname=firefish_db \
|
||||
|
|
Loading…
Reference in a new issue