6 lines
100 B
Text
6 lines
100 B
Text
|
#!/bin/bash
|
||
|
|
||
|
echo "Running docker-entrypoint"
|
||
|
/usr/local/bin/docker-entrypoint.sh postgres
|
||
|
|
||
|
sleep 60
|