diff --git a/Dockerfile b/Dockerfile index 69978950520cdee87cb802c85b267930c83baf6d..542e2311d8f96992de0a1142b6e03905254cf370 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,10 +9,10 @@ ENV GOPATH=/srv VOLUME /srv/srv -COPY . /srv/src/vcl +COPY . /srv/src/code.vereign.com/code/vcl/ RUN \ - cd $GOPATH/src/vcl && \ + cd /srv/src/code.vereign.com/code/vcl && \ git config --global credential.https://code.vereign.com.username gitlab-ci-token && \ git config --global credential.helper "store --file /tmp/store" && \ echo https://gitlab-ci-token:$CI_JOB_TOKEN@code.vereign.com > /tmp/store && cat /tmp/store && \