Skip to content

Commit

Permalink
build: release-0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
camargo committed Jun 2, 2021
1 parent 967644a commit c1c82c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ See the Aerie [docker-compose.yml](https://github.jpl.nasa.gov/Aerie/aerie/blob/

## Docker Artifactory

These commands pull the [release-0.7.1](https://artifactory.jpl.nasa.gov/artifactory/webapp/#/artifacts/browse/tree/General/docker-release-local/gov/nasa/jpl/aerie/aerie-ui/release-0.7.1) Docker image from Artifactory and start a container from that image.
These commands pull the [release-0.7.2](https://artifactory.jpl.nasa.gov/artifactory/webapp/#/artifacts/browse/tree/General/docker-release-local/gov/nasa/jpl/aerie/aerie-ui/release-0.7.2) Docker image from Artifactory and start a container from that image.

```bash
docker login artifactory.jpl.nasa.gov:16003/gov/nasa/jpl/aerie
docker run --name aerie-ui -d -p 80:80 artifactory.jpl.nasa.gov:16003/gov/nasa/jpl/aerie/aerie-ui:release-0.7.1 npm run start:develop
docker run --name aerie-ui -d -p 80:80 artifactory.jpl.nasa.gov:16003/gov/nasa/jpl/aerie/aerie-ui:release-0.7.2 npm run start:develop
```

Goto [http://localhost](http://localhost)
Expand All @@ -44,5 +44,5 @@ Goto [http://localhost](http://localhost)
To start a container with custom configuration or UI views, you need to [mount](https://docs.docker.com/storage/bind-mounts/) a directory with your custom directories into the container:

```bash
docker run --name aerie-ui -d -p 80:80 -v /path/to/custom/config:/app/config -v /path/to/custom/views:/app/views artifactory.jpl.nasa.gov:16003/gov/nasa/jpl/aerie/aerie-ui:release-0.7.1
docker run --name aerie-ui -d -p 80:80 -v /path/to/custom/config:/app/config -v /path/to/custom/views:/app/views artifactory.jpl.nasa.gov:16003/gov/nasa/jpl/aerie/aerie-ui:release-0.7.2
```
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aerie-ui",
"version": "0.7.1",
"version": "0.7.2",
"private": true,
"engines": {
"node": ">=10.9.0 <13.0.0"
Expand Down

0 comments on commit c1c82c8

Please sign in to comment.