This commit is contained in:
parent
2e7d044a5a
commit
8b6b000a0f
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user