mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-04-18 22:23: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
|