Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
Matlefebvre1234 committed Jun 18, 2024
2 parents 0b09fdb + 30a563a commit 38e69b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,25 +106,25 @@ VERBOSE=true
**For latest release**

```bash
docker pull ghcr.io/pinax-network/antelope-token-api:latest
docker pull ghcr.io/pinax-network/erc20-token-api:latest
```

**For head of `develop` branch**

```bash
docker pull ghcr.io/pinax-network/antelope-token-api:develop
docker pull ghcr.io/pinax-network/erc20-token-api:develop
```

- Build from source

```bash
docker build -t antelope-token-api .
docker build -t erc20-token-api .
```

- Run with `.env` file

```bash
docker run -it --rm --env-file .env ghcr.io/pinax-network/antelope-token-api
docker run -it --rm --env-file .env ghcr.io/pinax-network/erc20-token-api
```

## Contributing
Expand Down

0 comments on commit 38e69b7

Please sign in to comment.