mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-09-13 12:40:42 +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
|