1 Star 0 Fork 0

sdndohlil-bwycc/rancher.github.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile.build 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sebastiaan 提交于 2017-11-11 02:53 +08:00 . Fix permissions in /build
FROM jekyll/jekyll:3.6 AS builder
WORKDIR /build
COPY Gemfile /build
COPY Gemfile.lock /build
COPY _config.yml /build
RUN chown -R jekyll:jekyll /build && jekyll build
COPY . /build
# Set up the latest pages that get converted into redirects
ENV OS_DOCS_LATEST v1.0
RUN mkdir -p os/latest/en \
&& cp -r os/v1.0/en/* os/latest/en/ \
&& cp -r os/v1.0/en/* os/latest/ \
&& cp -r os/v1.0/en/* os/
RUN jekyll build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sdndohlil-bwycc/rancher.github.io.git
git@gitee.com:sdndohlil-bwycc/rancher.github.io.git
sdndohlil-bwycc
rancher.github.io
rancher.github.io
master

搜索帮助