wuxw
2018-12-17 93345c8751b200e1be1bd5ef63f59a11ae7cb895
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