mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
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:
@@ -1 +1,2 @@
|
||||
FROM streamlinehealth/streamline:signalytic
|
||||
FROM streamlinehealth/streamline:signalytic
|
||||
COPY ./start_up.sh /var/www/html/start_up.sh
|
||||
Reference in New Issue
Block a user