Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhou authored Oct 11, 2024
1 parent 2b0d9be commit c5b24ea
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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]
```

0 comments on commit c5b24ea

Please sign in to comment.