pinax-network / substreams-sink-csv

Substreams Sink CSV
MIT License
1 stars 0 forks source link

update docker instructions #27

Closed DenisCarriere closed 8 months ago

DenisCarriere commented 8 months ago

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 .