Skip to content

Commit

Permalink
README - add production docker example
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Dec 11, 2020
1 parent 6e5d0c4 commit b0dac8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ docker build -t adex-supermarket .

2. After building the image you can start a container (`production`):

- with production `https://market.adex.network`:

```
docker run --detach -e ENV=production -p 3000:3000 -e MARKET_URL=https://market.adex.network/ adex-supermarket
```

- with locally running `adex-market`:

```bash
docker run --detach -e ENV=production -e MARKET_URL=https://localhost:4000 adex-supermarket
```
Expand Down

0 comments on commit b0dac8e

Please sign in to comment.