Skip to content

Decitre-Interactive/team-reviewer

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.6%
  • Dockerfile 3.4%
  • Makefile 3.0%