psql.sh 116 B

12
  1. #!/usr/bin/env bash
  2. PGPASSWORD=$POSTGRES_PASSWORD psql --username $POSTGRES_USER --host $POSTGRES_HOST $POSTGRES_DB