4 Star 14 Fork 5

cloudtask/cloudtask-center

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
bolve 提交于 2018-06-22 11:14 . add GET server alloc data route path.
FROM frolvlad/alpine-glibc:alpine-3.6
MAINTAINER bobliu bobliu0909@gmail.com
RUN mkdir -p /opt/cloudtask/etc
RUN mkdir -p /opt/cloudtask/logs
RUN mkdir -p /opt/jobserver/etc/notify
COPY etc /opt/cloudtask/etc
COPY cloudtask-center /opt/cloudtask/cloudtask-center
COPY notify /opt/jobserver/etc/notify
WORKDIR /opt/cloudtask
VOLUME ["/opt/cloudtask/etc"]
VOLUME ["/opt/cloudtask/logs"]
CMD ["./cloudtask-center"]
EXPOSE 8985
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cloudtask/cloudtask-center.git
git@gitee.com:cloudtask/cloudtask-center.git
cloudtask
cloudtask-center
cloudtask-center
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385