virtualenv -p python3 .
source bin/activate
pip install -r requirements.txt
python price_feeds_poller.py
This repository automatically builds and publishes images on Docker Hub upon pushing a new git tag.
Building the Docker image manually is also possible:
docker build -t witnet/price-feeds-poller -f docker/Dockerfile .