This commit is contained in:
parent
4040d09b46
commit
5d8eb2d652
@ -1,8 +1,8 @@
|
|||||||
FROM plugins/hugo as build
|
FROM klakegg/hugo:0.56.3-alpine as build
|
||||||
WORKDIR /usr/src/build
|
WORKDIR /usr/src/build
|
||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
RUN apk --no-cache add --update make
|
RUN apk --no-cache add --update make
|
||||||
RUN /bin/drone-hugo && \
|
RUN hugo && \
|
||||||
make -C public/ -f ../Makefile
|
make -C public/ -f ../Makefile
|
||||||
# find ./ -type f \( \
|
# find ./ -type f \( \
|
||||||
# -name "*.html" \
|
# -name "*.html" \
|
||||||
|
Loading…
Reference in New Issue
Block a user