Skip to content

Commit 6c4b685

Browse files
committed
fixing foible
1 parent 860e1d0 commit 6c4b685

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

c_cpp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:18.04
55

66
VOLUME /repo
77

8-
WORKDIR /tmp
8+
WORKDIR /repo
99

1010

1111
ENV SONAR_SCANNER_VERSION 4.2.0.1873
@@ -25,4 +25,4 @@ RUN /provision.sh
2525
RUN /sonar_qube.sh
2626
RUN pip3 install virtualenv
2727
RUN pip3 install tox
28-
RUN npm install -g gh-pages
28+
RUN cd /tmp && npm install -g gh-pages

0 commit comments

Comments
 (0)