Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere authored Oct 31, 2023
1 parent 86c3adb commit 67e15e5
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 @@ -180,14 +180,14 @@ Pull from GitHub Container registry
docker pull ghcr.io/pinax-network/substreams-sink-webhook:latest
```

Build from source
Run with `.env` file
```bash
docker build -t substreams-sink-webhook .
docker run -it --rm --env-file .env ghcr.io/pinax-network/substreams-sink-webhook:latest run
```

Run with `.env` file
Build from source
```bash
docker run -it --rm --env-file .env substreams-sink-webhook run
docker build -t substreams-sink-webhook .
```

## Features
Expand Down

0 comments on commit 67e15e5

Please sign in to comment.