3 Star 12 Fork 0

Rick/wechat-backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zhao Xiaojie 提交于 2019-01-27 22:10 +08:00 . fixes can not execute
FROM alpine:3.3
USER root
RUN sed -i 's|dl-cdn.alpinelinux.org|mirrors.aliyun.com|g' /etc/apk/repositories
RUN apk add --no-cache ca-certificates curl
COPY bin/wechat-backend wechat-backend
RUN chmod u+x wechat-backend
CMD ["./wechat-backend"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/linuxsuren/wechat-backend.git
[email protected]:linuxsuren/wechat-backend.git
linuxsuren
wechat-backend
wechat-backend
master

搜索帮助