1 Star 27 Fork 4

heartaotime/gitee-pages-action

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Dockerfile 252 Bytes
Copy Edit Raw Blame History
ylb authored 2020-03-29 15:19 +08:00 . 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"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
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

Search