dockers/freechat-pipeline/entrypoint.sh

7 lines
147 B
Bash
Raw Normal View History

#!/bin/bash
# Basically just yeet this to the back because we don't exactly care about it
mysqld --user=root --daemonize > /dev/null 2>&1 &
bash