Skip to content

Commit

Permalink
Merge pull request #141 from commonsense/fix-db-script
Browse files Browse the repository at this point in the history
update the script that connects to a DB within Docker
  • Loading branch information
Rob Speer authored Jan 31, 2018
2 parents d4c2e96 + d6ba02e commit 00b2f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/connect-to-db.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker exec -it conceptnet-psql sudo -u postgres psql conceptnet5
docker exec -it conceptnet5_db_1 su postgres -c 'psql conceptnet5'

0 comments on commit 00b2f1d

Please sign in to comment.