split docker compose configs
This commit is contained in:
parent
e86f7c23bf
commit
246738cbc3
2 changed files with 12 additions and 12 deletions
15
compose.openj9.yml
Normal file
15
compose.openj9.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
openj9-build:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.openj9
|
||||
target: build
|
||||
command: sh -c 'rsync -ivr /build/dist/* /build/host'
|
||||
volumes:
|
||||
- "./openj9-dist:/build/host"
|
||||
openj9-run:
|
||||
image: git.dc09.ru/darkcat09/openj9
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.openj9
|
||||
target: run
|
Loading…
Add table
Reference in a new issue