mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 13:58:53 +08:00
5 lines
112 B
Bash
Executable file
Vendored
5 lines
112 B
Bash
Executable file
Vendored
#!/bin/bash
|
|
|
|
PARAMS="$@"
|
|
CMD="chpst -u postgres psql $PARAMS"
|
|
docker exec -it discourse_dev /bin/bash -c "$CMD"
|