Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 287 Bytes

McDuck's Tracker

What if Mc Duck had a crypto tracker?

#Install

 docker build docker/composer-install -t composer-install && docker run --rm -u "$(id -u):$(id -g)" -v $(pwd):/opt -w /opt composer-install composer install --ignore-platform-reqs && docker rmi composer-install