Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 201 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 201 Bytes

纸喵软件官方基础镜像包

FROM zhimiao/hugo:0.8.92 AS build

ADD . /zhimiao

RUN hugo

FROM nginx:latest AS prod

COPY --from=build /zhimiao/public /usr/share/nginx/html