use rsync to copy binaries to host
This commit is contained in:
parent
faa60c6bd1
commit
4533203a88
3 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,9 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile.openj9
|
||||
target: build
|
||||
command: sh -c 'while true; do sleep 20; done'
|
||||
command: sh -c 'rsync -ivr /build/dist/* /build/host'
|
||||
volumes:
|
||||
- "./openj9-dist:/build/dist"
|
||||
- "./openj9-dist:/build/host"
|
||||
openj9-run:
|
||||
image: git.dc09.ru/darkcat09/openj9
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue