contentdb/utils/db.sh
2023-12-15 23:49:54 +00:00

9 lines
149 B
Bash
Executable File

#!/bin/bash
# Open SQL console for the database
set -e
. "${BASH_SOURCE%/*}/common.sh"
docker exec -it "$(container db)" psql contentdb contentdb