Files
streamline-emr/docker/Dockerfile.streamline-emr.amd64
T
alec.turner 5e1cb0d8b4 update db init data to fix triage bug
The table `gender_based_violences` was missing a `triage_id` field, causing an
exception to occur in some cases when selecting the triage button. This change
alters the schema of the table to ensure the column is always present.
2024-04-25 15:12:52 -07:00

4 lines
124 B
Docker

FROM streamlinehealth/streamline:signalytic
# update db init data
COPY streamline_initial.sql /docker-entrypoint-initdb.d/