[psql-create-db-user.sh] Switch to Podman
This commit is contained in:
parent
636ac2e336
commit
bec7ca433e
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ stmts=(
|
||||||
)
|
)
|
||||||
|
|
||||||
for stmt in "${stmts[@]}"; do
|
for stmt in "${stmts[@]}"; do
|
||||||
docker exec postgres psql -c "$stmt"
|
podman exec postgres psql -c "$stmt"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue