FROM klakegg/hugo:alpine-onbuild AS hugo

FROM nginx:alpine
COPY --from=hugo /onbuild /usr/share/nginx/html
