mirror of
https://github.com/lleene/dockerconfig.git
synced 2026-06-15 21:10:13 +02:00
5 lines
94 B
Docker
5 lines
94 B
Docker
FROM klakegg/hugo:onbuild AS hugo
|
|
|
|
FROM nginx
|
|
COPY --from=hugo ./target /usr/share/nginx/html
|