kasperhermansen-blog/Dockerfile

5 lines
101 B
Docker
Raw Normal View History

FROM klakegg/hugo:0.104.3-onbuild AS hugo
2022-05-22 22:55:13 +02:00
2022-05-23 08:47:38 +02:00
FROM nginx
COPY --from=hugo /target /usr/share/nginx/html