2 lines
81 B
Bash
2 lines
81 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
docker exec -it postgres-db-1 /bin/bash -c "psql -U postgres"
|