mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 12:19:49 +08:00
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
PARAMS="$@"
|
||
|
CMD="chpst -u postgres psql $PARAMS"
|
||
|
docker exec -it discourse_dev /bin/bash -c "$CMD"
|