Skip to content
sadayuki-matsuno edited this page Apr 1, 2016 · 2 revisions

CoverAlls

CircleCIでgoverallsする

docker run --name stage-web --hostname stage-web \
  -t -d -v /home/circle/stage-web:/usr/share/nginx/html \
  -p 80:80 nginx

Clone this wiki locally