1 Star 0 Fork 4.3K

javaalpha/MicroCommunity

forked from java110/MicroCommunity 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 236 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuxw7 提交于 2018-07-21 09:28 +08:00 . 加入docker启动配置
FROM registry.cn-beijing.aliyuncs.com/sxd/ubuntu-java8:1.0
MAINTAINER wuxw <928255095@qq.com>
ADD target/CodeService.jar /root/target/
ADD bin/start_code.sh /root/
RUN chmod u+x /root/start_code.sh
CMD ["/root/start_code.sh","dev"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/javaalpha/MicroCommunity.git
git@gitee.com:javaalpha/MicroCommunity.git
javaalpha
MicroCommunity
MicroCommunity
master

搜索帮助