Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 305 Bytes

team-reviewer

Copy config.php.dist to config.php and add your settings.

Docker

docker build -t wizaplace/team-reviewer .
docker run -d \
    -v $(pwd)/repos.dat:/var/www/html/repos.dat \
    -v $(pwd)/config.php:/var/www/html/config.php \
    -p 8080:80 \
    wizaplace/team-reviewer