add updated 'start_up.sh' script for streamline-emr docker image

This modified script replaces adds a wait condition on startup before attempting
to interact with the database. This is done with 'mariadb-admin ping' run in a
loop at 1s intervals, ultimately timing out after 30s if unsuccessful. Other
minor updates to the script print additional info the docker logs during
startup.
This commit is contained in:
2025-04-02 15:44:52 -07:00
parent 72d3c83455
commit 886b364b55
2 changed files with 86 additions and 1 deletions
+2 -1
View File
@@ -1 +1,2 @@
FROM streamlinehealth/streamline:signalytic
FROM streamlinehealth/streamline:signalytic
COPY ./start_up.sh /var/www/html/start_up.sh