dockers/freechat-pipeline/entrypoint.sh
shockrah 7d9e71c866 + Adding python3, pip, and virtualenv to dependancies
- Removing mysql client since we don't need it for what we're doing
- Removing diesel since it's been replaced with a simpler shell script(that's totally not flaky)
! Try at some point to reduce all this crap outside of testing because dep list is getting larger every day
2021-04-29 22:33:43 -07:00

7 lines
147 B
Bash
Executable File

#!/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