diff --git a/docker/1.0/Dockerfile b/docker/1.0/Dockerfile index 3e930b7..d4fae84 100644 --- a/docker/1.0/Dockerfile +++ b/docker/1.0/Dockerfile @@ -3,7 +3,8 @@ MAINTAINER nicodeur RUN apk update && apk add --update git nodejs nodejs-npm && npm install npm@latest -g && rm -rf /var/cache/apk/* -RUN git clone https://github.com/nicodeur/QualityDashboard.git /opt/qualityReport && echo "8" +RUN git clone https://github.com/nicodeur/QualityDashboard.git /opt/qualityReport && \ + cd /opt/qualityReport && git checkout 1.0 RUN cd /opt/qualityReport && chmod 755 installDependencies.sh && ./installDependencies.sh diff --git a/docker/latest/Dockerfile b/docker/latest/Dockerfile index 3e930b7..d9c0b64 100644 --- a/docker/latest/Dockerfile +++ b/docker/latest/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER nicodeur RUN apk update && apk add --update git nodejs nodejs-npm && npm install npm@latest -g && rm -rf /var/cache/apk/* -RUN git clone https://github.com/nicodeur/QualityDashboard.git /opt/qualityReport && echo "8" +RUN git clone https://github.com/nicodeur/QualityDashboard.git /opt/qualityReport && echo "10" RUN cd /opt/qualityReport && chmod 755 installDependencies.sh && ./installDependencies.sh