11 lines
143 B
Bash
11 lines
143 B
Bash
#!/bin/sh
|
|
|
|
/bin/sh /entrypoint/fix_volumes.sh
|
|
|
|
service mariadb start
|
|
# Run the CMD that was passed (or default)
|
|
#exec "$@"
|
|
|
|
tail -f /dev/null
|
|
|