Files
lemp-dockerized/mariadb-srv/project/entrypoint/entrypoint.sh
2025-08-04 11:43:29 +02:00

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