add compose
This commit is contained in:
parent
50aeffaf5e
commit
faa60c6bd1
1 changed files with 15 additions and 0 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
services:
|
||||||
|
openj9-build:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.openj9
|
||||||
|
target: build
|
||||||
|
command: sh -c 'while true; do sleep 20; done'
|
||||||
|
volumes:
|
||||||
|
- "./openj9-dist:/build/dist"
|
||||||
|
openj9-run:
|
||||||
|
image: git.dc09.ru/darkcat09/openj9
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.openj9
|
||||||
|
target: run
|
Loading…
Add table
Reference in a new issue