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 da67ad7 commit 9f870af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pg-init-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -euo pipefail

echo "$PGHOST:$PGPORT:$PGDATABASE:$PGUSER:$PGPASSWORD" > ~/.pgpass
chmod 0600 ~/.pgpass

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

0 comments on commit 9f870af

Please sign in to comment.