mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 14:13:08 +00:00
env is a property, not a var of its own.
This commit is contained in:
parent
4295a8d96e
commit
b435116207
@ -69,7 +69,7 @@ exports.start = start = (app) ->
|
|||||||
Cmd: ['/bin/bash', '-c', '/start']
|
Cmd: ['/bin/bash', '-c', '/start']
|
||||||
Volumes:
|
Volumes:
|
||||||
'/dev': {}
|
'/dev': {}
|
||||||
Env: env
|
Env: app.env
|
||||||
)
|
)
|
||||||
.then (container) ->
|
.then (container) ->
|
||||||
console.log('Starting container:', app.imageId)
|
console.log('Starting container:', app.imageId)
|
||||||
|
Loading…
Reference in New Issue
Block a user