Skip to content

Commit

Permalink
fix create_db
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed Dec 16, 2024
1 parent 049292a commit 7719d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/create_db.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

PGPASSWORD=${POSTGRES_PASSWORD} psql -h ${POSTGRES_HOSTNAME} -U ${POSTGRES_USERNAME} -c 'create database opendatacube_test'
PGPASSWORD=${POSTGRES_PASSWORD} psql -h ${POSTGRES_HOSTNAME} -U ${POSTGRES_USER} -c 'create database opendatacube_test'

0 comments on commit 7719d4c

Please # to comment.