This commit is contained in:
parent
30ef275212
commit
2e7d044a5a
@ -13,9 +13,9 @@ ENV CGO_ENABLED=${CGO}
|
|||||||
ENV GOOS=linux
|
ENV GOOS=linux
|
||||||
ENV GO111MODULE=on
|
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
|
# gcc/g++ are required to build SASS libraries for extended version
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user