Files
lemp-dockerized/mariadb-srv/project/entrypoint/entrypoint.sh
2025-08-05 14:49:08 +02:00

9 lines
106 B
Bash

#!/bin/sh
service mariadb start
# Run the CMD that was passed (or default)
exec "$@"
tail -f /dev/null