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