add args to psql
This commit is contained in:
parent
de9cae795f
commit
a98fbfe5f9
1 changed files with 1 additions and 1 deletions
2
psql
2
psql
|
@ -42,4 +42,4 @@ CALL_ROOT="$(pwd)"
|
|||
|
||||
source "$ROOT/base.env"
|
||||
source "$CALL_ROOT/.env"
|
||||
$ROOT/compose exec postgres psql -U "${POSTGRES_USER}" "${POSTGRES_DB}"
|
||||
$ROOT/compose exec postgres psql -U "${POSTGRES_USER}" "${POSTGRES_DB}" "$@"
|
||||
|
|
Loading…
Reference in a new issue