mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
7 lines
210 B
Bash
Executable File
7 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
export HOST_UID="$(id -u)"
|
|
export HOST_GID="$(id -g)"
|
|
docker-compose -f "${DIR}/../docker-compose.yaml" run --rm pgcat-shell
|