Build modified streamline images

The official image from streamline does not currently work for the arm64
platform. As a temporary measure, the source code and docker build scripts
have been lifted from the official images and are used to build locally.

Some additional modifications are made to reduce overall image size, these
are documented in docker/README.md
This commit is contained in:
2024-03-10 16:17:50 -07:00
parent 2ffc3c408a
commit a424394109
13506 changed files with 1860172 additions and 6 deletions
+36
View File
@@ -0,0 +1,36 @@
<?php
return [
"symptoms" => "Symptoms",
"dashboard" => "Dashboard",
"clinical_data_home" => "Clinical Data Home",
"submit" => "Submit",
"cancel" => "Cancel",
"home" => "Home",
"export_data_to_copy_csv_pdf_print" => "Export data to Copy, CSV, Excel, PDF & Print",
"view" => "View",
"symptom" => "Symptom",
"prompt" => "Prompt",
"reference_text" => "Reference Text",
"edit" => "Edit",
"delete" => "Delete",
"are_you_sure" => "Are you sure",
"activate_symptoms" => "Activate symptoms",
"active" => "Active",
"activate" => "Activate",
"inactive" => "Inactive",
"add_symptom" => "Add symptom",
"create" => "Create",
"reference_area" => "Reference Area",
"add_more" => "Add more",
"edit_symptom" => "Edit symptom",
"reference_link" => "Reference link",
"add_new_symptom" => "Add New Symptom",
"edit_all_symptoms" => "Edit All Symptoms",
"view_symptoms" => "View Symptoms",
"view_inactive_symptoms" => "View Inactive Symptoms",
"id" => "Id",
"is_symptom_available" => "Is the Symptom available?",
"yes"=>"Yes",
"no"=>"No"
];