6e709bc9ed
remove install deps in deploy script, centralize them
14 lines
288 B
YAML
14 lines
288 B
YAML
|
|
services:
|
|
build-iso:
|
|
init: true
|
|
build: .
|
|
# this is needed to mount inside docker
|
|
privileged: true
|
|
# uncomment next two lines to test this
|
|
environment:
|
|
- DEBUG=true
|
|
volumes:
|
|
- .:/opt/workbench-script:ro
|
|
- ./iso:/opt/workbench-script/iso:rw
|