公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化用户信息查询 加入属性功能
wuxw
2019-12-29
6ea1055e8376197bb93ad019b1ced103198d79ff
[Lianxun_Java.git]
/
HardwareAdapationService
/
docker
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
FROM registry.cn-beijing.aliyuncs.com/sxd/ubuntu-java8:1.0
MAINTAINER wuxw <928255095@qq.com>
ADD bin/start_hardwareAdapation.sh /root/
RUN chmod u+x /root/start_hardwareAdapation.sh
CMD ["/root/start_hardwareAdapation.sh","dev"]