add Docker
This commit is contained in:
5
docker/bin/psql
Executable file
5
docker/bin/psql
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
cd "$dir/../../"
|
||||
docker-compose exec -T db psql -d dc-project -U dc-project "$@"
|
||||
Reference in New Issue
Block a user