From c5b24eaa81a60cd6bb0a1606b61b17468ac6c468 Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Fri, 11 Oct 2024 15:39:51 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index e1de47be..800a99f0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Running the following command will create an optimized static build of your app npm run build ```` -## Docker build for DEV development +## Docker build for DEV/TEST/PROD development There are a few configurable environment variables to keep in mind: @@ -28,11 +28,3 @@ There are a few configurable environment variables to keep in mind: cd docker ./docker-development.sh [check|config|build|start|stop|down] ``` - -## Docker build for deployment on TEST/STAGE/PROD - -``` -cd docker -docker pull hubmap/ingest-ui:2.3.0 (replace with the actual released version number) -./docker-deployment.sh [start|stop|down] -``` From 94202d316fce7750b3128cfb25b2552999664f9b Mon Sep 17 00:00:00 2001 From: Birdmachine Date: Tue, 15 Oct 2024 11:19:24 -0400 Subject: [PATCH 2/4] Fix Typo --- src/src/components/collections/collections.jsx | 4 ++-- src/src/components/collections/epicollections.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/src/components/collections/collections.jsx b/src/src/components/collections/collections.jsx index a4aeb5c7..9967b2c2 100644 --- a/src/src/components/collections/collections.jsx +++ b/src/src/components/collections/collections.jsx @@ -388,7 +388,7 @@ export function CollectionForm (props){ } else{ setFormErrors((prevValues) => ({ ...prevValues, - 'contributors': "Contributors detected but colums are unsupported / improperly formatted. Please referto the examples linked below and try again.", + 'contributors': "Contributors detected but colums are unsupported / improperly formatted. Please refer to the examples linked below and try again.", })) isValid = false; } @@ -905,7 +905,7 @@ export function CollectionForm (props){ )}
- Please referto the contributor file schema information, and this Example TSV File + Please refer to the contributor file schema information, and this Example TSV File