Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 136 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 136 Bytes

sonarqube-docker

docker build -t sonarqube -f Dockerfile .

docker run --name sonarqube -p 9000:9000 -d sonarqube:latest