dockerconfig/Dockerfile

5 lines
94 B
Docker
Raw Normal View History

2022-10-29 12:07:29 +02:00
FROM klakegg/hugo:onbuild AS hugo
FROM nginx
COPY --from=hugo ./target /usr/share/nginx/html