diff --git a/Dockerfile b/Dockerfile index 82538ab..57fc9ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,9 @@ ENV CGO_ENABLED=${CGO} ENV GOOS=linux ENV GO111MODULE=on -WORKDIR /go/src/github.com/gohugoio/hugo +WORKDIR blog/ -COPY . /go/src/github.com/gohugoio/hugo/ +COPY . blog/ # gcc/g++ are required to build SASS libraries for extended version RUN apk update && \