Skip to content

Commit

Permalink
Update pg-init-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Sep 18, 2024
1 parent 742ff5b commit da67ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-init-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -euo pipefail
echo "$PGHOST:$PGPORT:$PGDATABASE:$PGUSER:$PGPASSWORD" > ~/.pgpass
chmod 0600 ~/.pgpass

dropdb glvd
dropdb glvd || true
psql glvd -f /glvd.sql

0 comments on commit da67ad7

Please sign in to comment.