7 lines
133 B
Bash
7 lines
133 B
Bash
#!/bin/sh
|
|
|
|
echo "Waiting for mariadb to start up..."
|
|
bash ./dev/docker-common/wait.sh db:3306
|
|
echo "=== READY ==="
|
|
tail -f /dev/null
|