4 lines
93 B
Docker
4 lines
93 B
Docker
FROM klakegg/hugo:onbuild AS hugo
|
|
|
|
FROM nginx
|
|
COPY --from=hugo /target /usr/share/nginx/html
|