Add docker-compose
This commit is contained in:
parent
7ad40d8825
commit
bc18d42911
1 changed files with 7 additions and 0 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: '1'
|
||||
services:
|
||||
myservice:
|
||||
build:
|
||||
context: ./Dockerfile
|
||||
dockerfile: Dockerfile
|
||||
image: result/latest
|
Loading…
Reference in a new issue