diff --git a/build.Dockerfile b/build.Dockerfile index f377ee6..8f0508b 100644 --- a/build.Dockerfile +++ b/build.Dockerfile @@ -9,7 +9,7 @@ ENV ZREPL_LAZY_DOCS_REQPATH=/tmp/requirements.txt RUN /tmp/lazy.sh devsetup # prepare volume mount of git checkout to /zrepl -RUN mkdir -p /go/src/github.com/zrepl +RUN mkdir -p /go/src/github.com/zrepl/zrepl RUN chmod -R 0777 /go WORKDIR /go/src/github.com/zrepl/zrepl diff --git a/docs/installation.rst b/docs/installation.rst index 32c5d34..42800f8 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -55,7 +55,7 @@ and serves as a reference for build dependencies and procedure: cd zrepl sudo docker build -t zrepl_build -f build.Dockerfile . sudo docker run -it --rm \ - -v "${PWD}:/zrepl" \ + -v "${PWD}:/go/src/github.com/zrepl/zrepl" \ --user "$(id -u):$(id -g)" \ zrepl_build make vendordeps release