2024-10-26 04:31:10 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
build-iso:
|
2024-12-12 00:33:12 +00:00
|
|
|
init: true
|
|
|
|
build: .
|
|
|
|
# this is needed to mount inside docker
|
2024-10-26 04:31:10 +00:00
|
|
|
privileged: true
|
2024-12-12 00:33:12 +00:00
|
|
|
# uncomment next two lines to test this
|
|
|
|
environment:
|
|
|
|
- DEBUG=true
|
2024-10-26 04:31:10 +00:00
|
|
|
volumes:
|
2024-12-12 00:33:12 +00:00
|
|
|
- .:/opt/workbench-script:ro
|
|
|
|
- ./iso:/opt/workbench-script/iso:rw
|