吴学文
2019-07-07 ccbf64566d30ebe8c4f205051181a8e4f3399dc3
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