公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
巡检计划xml
mrzcc
2020-02-17
587a30326ef446ba4e2d150401323eef7f21b3de
[Lianxun_Java.git]
/
AppFrontService
/
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_appFront.sh /root/
RUN chmod u+x /root/start_appFront.sh
CMD ["/root/start_appFront.sh","dev"]