29 Star 217 Fork 52

Ambor / zpan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 181 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ambor 提交于 2021-02-19 02:45 . chore: update the release.yml of gh action
FROM debian:10
RUN apt-get update \
&& apt-get install -y ca-certificates telnet procps curl
ENV APP_HOME /srv
WORKDIR $APP_HOME
COPY zpan $APP_HOME
CMD ["./zpan", "server"]
Go
1
https://gitee.com/saltbo/zpan.git
git@gitee.com:saltbo/zpan.git
saltbo
zpan
zpan
master

搜索帮助