1 Star 28 Fork 3

heartaotime / gitee-pages-action

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
ylb 提交于 2020-03-29 15:19 . feat: update gitee pages action
FROM python:3-slim AS builder
ADD . /app
WORKDIR /app
RUN pip install --target=/app requests
RUN pip install --target=/app rsa
FROM gcr.io/distroless/python3-debian10
COPY --from=builder /app /app
WORKDIR /app
ENV PYTHONPATH /app
CMD ["/app/main.py"]
1
https://gitee.com/heartaotime/gitee-pages-action.git
git@gitee.com:heartaotime/gitee-pages-action.git
heartaotime
gitee-pages-action
gitee-pages-action
master

搜索帮助