Skip to content

Commit

Permalink
Update docker docks again
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 12, 2024
1 parent 6ba06fc commit b75d549
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,9 @@ For example, to run the container with a pre-defined
[`catalogUrl`](docs/options.md#catalogurl) and [`catalogTitle`](docs/options.md#catalogtitle):

```bash
docker run -p 8080:8080 -e SB_catalogUrl="https://earth-search.aws.element84.com/v1/" -e SB_catalogTitle="Earth Search" -e pathPrefix="/browser/" stac-browser:v1
docker run -p 8080:8080 -e SB_catalogUrl="https://earth-search.aws.element84.com/v1/" -e SB_catalogTitle="Earth Search" stac-browser:v1
```

Please note that if given the `pathPrefix` also needs to be repeated in the `docker run` command.

If you want to pass all the other arguments to `npm run build` directly, you can modify to the Dockerfile as needed.

STAC browser is now available at `http://localhost:8080/browser`
Expand Down

0 comments on commit b75d549

Please sign in to comment.