diff --git a/Dockerfile b/Dockerfile index 8ed2f31..c009d1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM plugins/hugo as build +FROM klakegg/hugo:0.56.3-alpine as build WORKDIR /usr/src/build COPY ./ ./ RUN apk --no-cache add --update make -RUN /bin/drone-hugo && \ +RUN hugo && \ make -C public/ -f ../Makefile # find ./ -type f \( \ # -name "*.html" \