2 Star 1 Fork 0

依依四零七/微信令牌中控

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
壹壹肆零柒 提交于 2020-08-26 09:46 . 项目初始化
FROM ubuntu
#时区设置
RUN apt-get update
RUN apt-get install -y tzdata
RUN rm /etc/localtime
RUN ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN mkdir -p /app
RUN mkdir -p /app/config
ADD wechat_token_api /app/wechat_token_api
ADD app.yml /app/config/app.yml
ENTRYPOINT ["/app/wechat_token_api", "-c", "/app/config/app.yml"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/dh114007/wechat_token.git
[email protected]:dh114007/wechat_token.git
dh114007
wechat_token
微信令牌中控
master

搜索帮助