Specify user of the container to avoid crashing at first run
This commit is contained in:
parent
5d6747edd9
commit
96e9ddcf53
|
@ -1,4 +1,3 @@
|
|||
|
||||
services:
|
||||
build-iso:
|
||||
init: true
|
||||
|
@ -8,6 +7,7 @@ services:
|
|||
# uncomment next two lines to test this
|
||||
environment:
|
||||
- DEBUG=true
|
||||
- USER=root
|
||||
volumes:
|
||||
- .:/opt/workbench-script:ro
|
||||
- ./iso:/opt/workbench-script/iso:rw
|
||||
|
|
Loading…
Reference in a new issue