5 lines
No EOL
142 B
Docker
5 lines
No EOL
142 B
Docker
FROM klakegg/hugo:onbuild AS hugo
|
|
|
|
FROM nginx:alpine-slim
|
|
COPY --from=hugo /target /usr/share/nginx/html
|
|
COPY nginx.conf /etc/nginx/nginx.conf |