1 Star 0 Fork 8

Aaron/rainbond-docs-pre

forked from 好雨科技/rainbond-docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
barnettZQG 提交于 2020-04-28 11:36 . change Dockerfile
FROM registry.cn-hangzhou.aliyuncs.com/goodrain/hugo:0.54.0 as builder
# copy doc
ADD . /app
WORKDIR /app
ARG BASEURL="https://v5.2-doc.rainbond.com${LOCATION}"
RUN hugo --baseURL=${BASEURL}
FROM nginx:1.15.9-alpine as runtime
ARG LOCATION="/"
COPY --from=builder /app/public /usr/share/nginx/html${LOCATION}
COPY nginx.conf /etc/nginx/nginx.conf
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Aaron-23/rainbond-docs-pre.git
git@gitee.com:Aaron-23/rainbond-docs-pre.git
Aaron-23
rainbond-docs-pre
rainbond-docs-pre
master

搜索帮助