mirror of https://github.com/Requarks/wiki.git
6 lines
133 B
6 lines
133 B
#!/bin/sh
|
|
|
|
echo "Waiting for mariadb to start up..."
|
|
bash ./dev/docker-common/wait.sh db:3306
|
|
echo "=== READY ==="
|
|
tail -f /dev/null
|