From c5b24eaa81a60cd6bb0a1606b61b17468ac6c468 Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Fri, 11 Oct 2024 15:39:51 -0400 Subject: [PATCH] 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] -```