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