1 Star 1 Fork 2

axfox/DDNS

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
New Future 提交于 2021-02-18 17:40 +08:00 . Update Dockerfile
FROM six8/pyinstaller-alpine:alpine-3.6-pyinstaller-v3.4
WORKDIR /app
COPY . .
RUN pyinstaller --onefile --noconfirm --clean ./.build/ddns.spec
FROM alpine:latest
LABEL maintainer="NN708"
COPY --from=0 /app/dist/ddns /
RUN echo "*/5 * * * * /ddns -c /config.json" > /etc/crontabs/root
CMD [ "crond", "-f" ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/axfox/DDNS.git
git@gitee.com:axfox/DDNS.git
axfox
DDNS
DDNS
master

搜索帮助