Files
wehub-resource-sync bbfc60cd69
Publish BFCL to PyPI / build_and_publish (push) Has been cancelled
Update API Zoo Data / send-updates (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:37:27 +08:00

11 lines
128 B
Bash

#!/bin/bash
# docker-entrypoint.sh
# Start MySQL service
service mysql start
# Wait for MySQL to start up
sleep 10
exec "$@"