contentdb/utils/db.sh

6 lines
114 B
Bash
Raw Normal View History

2020-01-19 00:20:34 +01:00
#!/bin/bash
# Open SQL console for the database
docker exec -it contentdb_db_1 sh -c "psql contentdb contentdb"