v0.2.12
Docker environment
Pull from GitHub Container registry
docker pull ghcr.io/pinax-network/substreams-sink-csv:latest
Run with .env
file
docker run -it --rm --env-file .env -v $PWD:/home ghcr.io/pinax-network/substreams-sink-csv:latest
Build from source
docker build -t substreams-sink-csv .
What's Changed
- update docker instructions by @DenisCarriere in #27
Full Changelog: v0.2.11...v0.2.12