mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:28 -06:00
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
|