wuxw7
2018-11-28 23de90906c65854c9d9d7ef5ac76d7293e35c305
1
2
3
4
5
6
7
8
9
10
version: '2'
services:
   shopSerivce-1:
       container_name: shopSerivce-1
       build:
          context: .
          dockerfile: Dockerfile
       restart: always
       volumes:
       - ../target/ShopService.jar:/root/target/ShopService.jar