公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
根据师延俊建议将菜单改为折叠方式
吴学文
2019-07-09
2ce35cb8d146582b32fd8867ef27ac2930da6ae3
[Lianxun_Java.git]
/
CommunityService
/
docker
/
onStart.sh
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
cp -r ../bin .
cp -r ../target .
docker build -t java110/community .
docker run -ti --name community_test -p8006:8006 -idt java110/community:latest
docker logs -f community_test