ujetl/docker/test_db/is_ready

4 lines
109 B
Text
Raw Permalink Normal View History

2019-06-17 12:53:31 +01:00
#!/bin/bash
/usr/lib/postgresql/9.6/bin/psql -U postgres -c "SELECT 1 FROM public.container_ready" postgres