mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-07-25 09:28:32 +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
|