fix schema init
This commit is contained in:
parent
b101b5b56b
commit
0f08aed718
@ -45,6 +45,9 @@ npm run build
|
|||||||
msg_info "Built Domain-Locker"
|
msg_info "Built Domain-Locker"
|
||||||
|
|
||||||
msg_info "Building Database schema"
|
msg_info "Building Database schema"
|
||||||
|
DOMAIN_LOCKER_DB_NAME=${PG_DB_NAME}
|
||||||
|
DOMAIN_LOCKER_DB_USER=${PG_DB_USER}
|
||||||
|
DOMAIN_LOCKER_DB_PASSWORD=${PG_DB_PASS}
|
||||||
bash /opt/domain-locker/db/setup-postgres.sh
|
bash /opt/domain-locker/db/setup-postgres.sh
|
||||||
msg_ok "Built Database schema"
|
msg_ok "Built Database schema"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user