docker-openj9-piped/docker-compose.yml
2025-01-27 14:50:25 +04:00

15 lines
346 B
YAML

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