Change base image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2019-08-10 11:57:36 +02:00
parent 4040d09b46
commit 5d8eb2d652
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -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" \