1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-07 11:49:47 +00:00
2015-11-02 13:33:08 +11:00

6 lines
112 B
Bash
Executable File

#!/bin/bash
PARAMS="$@"
CMD="chpst -u postgres psql $PARAMS"
docker exec -it discourse_dev /bin/bash -c "$CMD"