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