|
|
@@ -17,6 +17,6 @@ ENV SONAR_RUNNER_HOME=/sonar-scanner-3.2.0.1227-linux
|
|
|
ENV PATH $PATH:/sonar-scanner-3.2.0.1227-linux/bin
|
|
|
COPY sonar-runner.properties ./sonar-scanner-3.2.0.1227-linux/conf/sonar-scanner.properties
|
|
|
RUN npm install cnpm -g --registry=https://registry.npm.taobao.org
|
|
|
-RUN npm install gitbook-cli -g
|
|
|
+RUN cnpm install gitbook-cli -g
|
|
|
ADD default /etc/nginx/sites-available
|
|
|
EXPOSE 80
|