rtj.dev/Dockerfile

4 lines
103 B
Docker

FROM klakegg/hugo:ext-alpine-onbuild as hugo
FROM nginx
COPY --from=hugo /target /usr/share/nginx/html