mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-04-19 14:43:21 +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
|