mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-22 13:18:24 +00:00
c42b747e35
There may be a race condition, where the mysql container is initialized without creating the root user. To address this, we wait until the right message from the mysql logs. In practice, we should do even better by running the provision.sh scripts directly inside the mysql container. This is for issues #132 and #133